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