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