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