zengh
2021-06-06 e8dff0eccd331f92c49f4cb460d5d352329d7a60
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}