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