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