zengh
2022-03-03 39a7107e86bdb07ee104574a0f6ba11f6100c290
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}