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