Crunchy
2024-05-08 9b18523c852a24806937ebb4de3a231abef9173d
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}