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