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