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