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