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