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