zengh
2021-03-17 2773e0c4e3353a6f8d2f37f8aa824d4c271a28d3
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}