|
@@ -16,6 +16,7 @@ declare module 'vue' {
|
|
|
CompanyMap: typeof import('./../components/Map/company-map.vue')['default']
|
|
|
DictTag: typeof import('./../components/DictTag/index.vue')['default']
|
|
|
Editor: typeof import('./../components/Editor/index.vue')['default']
|
|
|
+ ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
|
|
|
FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
|
|
|
Hamburger: typeof import('./../components/Hamburger/index.vue')['default']
|
|
|
HeaderSearch: typeof import('./../components/HeaderSearch/index.vue')['default']
|