liuyg
2021-07-19 1b33161b4ebf3af7cef8e5c4380553340617152d
1
2
3
4
5
6
7
8
export default {
    propsDefault: {
        label: 'label',
        path: 'path',
        icon: 'icon',
        children: 'children'
    }
}