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