ludc
2023-11-09 80f4d7a739922c5697eef06cb27561bcd3255665
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}