ludc
2024-04-16 953ca145afcb93191617d75f77f9d6196480d3ae
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}