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