xiejun
2023-05-29 a31f81b4ef5b327756f002c5b01c00405b6973e4
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}