Crunchy
2024-12-20 595934eecd1d448390c93972c68058b3a33c91df
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}