zengh
2021-07-20 7e32d3d7ab3b116ceef1dfaa4a6216ed1d0fbf7b
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}