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