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