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