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