zengh
2022-02-18 3f363c34f6d33338ca773b33ed9821c79ef0bf19
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}