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