licp
2024-03-29 41cad2434411b2eac1b9814d47d06e34c291f285
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}