liuyg
2021-08-27 b0892b894c818dbb109a65e6dd355f0906cd611d
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}