wangting
2023-07-18 6078b6102d5cfc4603e573f78b8dc30e9d5c2e0e
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}