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