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