zouyu
2024-03-08 e7751b3399787843964f9bcfa5461194df0f7c22
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}