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