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