wangting
2024-05-07 81cfe34f0e84888042b18585e5e50a1891675f06
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}