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