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