lihang
2023-05-09 1612759809f61b59a78c5dddc85b60ee8def21c8
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}