田源
2023-10-16 3114250fc1afca0e95adb6961352c9e4c0b8eeaa
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}