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