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