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