zengh
2021-07-20 c784b1b2e8384fe2696e88e48e1494bda3b2c024
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}