Crunchy
2025-01-13 01d423865ae5eddf91f35c8526f5683c3b430870
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}