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