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