liuyg
2021-11-08 1e66dbf8da3bf8929a93e42e9217eae35f60237c
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}