linwei
2024-02-19 4ad3abe30fa55efbb0f7c27dbf43ebe74dabb273
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}