Crunchy
2025-06-14 b25dac9ce64c5988a9e546c9c80413e9b666e4e2
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}