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