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