liuyg
2021-07-19 db6de8889a3271f4764648ca24b3584498498c2d
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}