浏览代码

处理打包异常

Hwf 11 月之前
父节点
当前提交
33fda2b1ba
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/types/components.d.ts

+ 1 - 0
src/types/components.d.ts

@@ -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']