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