zengh
2022-06-28 053e2dc7c5cb07029f4ea8dff629b9c5f6e18f5f
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}