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