xiejun
2023-08-25 f6de710d9492cc165211becc7d9e7c27f5724012
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}