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