wang1
2023-06-26 0c7e5b933e6f700a0849283fc028fc9f497c76b6
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}