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