zouyu
2024-03-11 7e807f771796a68e799826ae4a5598ddb2eec0d8
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}