linwe
2023-12-15 87032f4c2c0f3fcc63455e4b7b03c1f5ee06a0b9
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}