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