Crunchy
2023-11-18 7c4b02892b24bc2d219217b5f9e352d0eb531c4e
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}