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