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