zouyu
2023-10-09 52ee48ac375b67f76d616f4e74496f11ca3029a0
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}