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