田源
2023-08-02 1f3c092f70509645ffa4a7c6b246d3a1fbc6324e
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}