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