Crunchy
2024-05-18 717d5944c04bc92552885d1e7151ce955e880a6b
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}