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