Crunchy
2024-11-07 673d58023f4c0fe8633a107238ec8b577496717a
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}