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