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