liuyg
2021-05-21 bf25145e95e4459b4ebb6aeb9267dbda1b7480ea
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}