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