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