zengh
2022-02-22 c6896e76363ff5bce8ea8595ed34efd6018a9889
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}