11
86134
2023-11-09 87c12ba5f907d6c12d9b0b7448ff8cf01c958bc7
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}