zengh
2021-06-23 65722f549280d01bfd230d56c8b4301739ef066d
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}