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