liuyg
2021-11-04 d01b40716871f0eb93c8a769f1e4b58357076332
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}