+
liuyg
2022-03-22 1254791f19cf3a1ff70e4ce7c2c41934f5c70115
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}