zss
2023-12-14 fd5845de8d0200ae55710e07e19fc31e3e67b422
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}