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