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