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