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