zouyu
2023-12-13 f9e420517e261d7a59be912c866987154ea3b8f6
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}