lihang
2023-08-01 298b4505c17f70eb6359d2e51fc3d0e0144c00db
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}