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