11
86134
2023-11-17 ecc438e1df596db8dfe720f00cc5877475fb3b90
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}