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