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