ludc
2023-05-17 52f9fc42e810f61b3e25f2c93dde62c7d53b5572
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}