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