xiejun
2023-06-21 b5b28e8b9c639f49e69efc60684e68bf642d1092
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}