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