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