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