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