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