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