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