Administrator
2021-06-23 3aef517c4c6fe1ed8c519190a5b84bc9aa7fc492
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}