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