YangJian0701 2 周之前
父節點
當前提交
c2a4c4cd60
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components.d.ts

+ 1 - 0
components.d.ts

@@ -59,6 +59,7 @@ declare module '@vue/runtime-core' {
     ElTag: typeof import('element-plus/es')['ElTag']
     ElText: typeof import('element-plus/es')['ElText']
     ElTooltip: typeof import('element-plus/es')['ElTooltip']
+    ElUpload: typeof import('element-plus/es')['ElUpload']
     Image: typeof import('./src/components/Image/index.vue')['default']
     Loading: typeof import('./src/components/Loading/index.vue')['default']
     Pagination: typeof import('./src/components/TableBase/components/Pagination.vue')['default']