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