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