shuishen
2021-07-14 21db24f828f6647c9a9e93f1d6fdfaf686d42c1f
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}