zhangxp
2023-05-26 4c8cab7060b7b5906c3167fb55fe4296ef744c76
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}