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