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