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