ludc
2023-03-31 a5f6365cbd4ef8299cf521ea26a03c0637fc7578
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}