miaoxuyu
2023-10-19 2447c6a50d833a579af3659daed2cb16108e8cc0
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}