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