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