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