zengh
2021-07-20 eb6374fd3670ac6fec2725e5f3ccb708ea76f22c
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}