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