zengh
2022-05-24 9aa41fe7b4c084d28a8395d9fbb6cbb1d8116ae0
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}