zengh
2021-08-10 704be050ed82fb211c0e9302a3b90baed4f25ce0
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}