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