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