zouyu
2023-12-21 51ec0fbe59a3c7768996072874ea6f0c2b91c060
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}