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