lihang
2023-04-25 a9a8b053387f01d87ef16e6c555d20fa1e851025
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}