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