From 8230ecee89b5fef696da9a8160b4e4e8fd586253 Mon Sep 17 00:00:00 2001 From: hreenshan112 Date: Mon, 25 Nov 2024 16:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/autoImport/auto-imports.d.ts | 4 ---- src/components/formTable/index.vue | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/autoImport/auto-imports.d.ts b/src/autoImport/auto-imports.d.ts index d6ba4c7..80cefb8 100644 --- a/src/autoImport/auto-imports.d.ts +++ b/src/autoImport/auto-imports.d.ts @@ -7,10 +7,8 @@ export {} declare global { const EffectScope: typeof import('vue')['EffectScope'] - const ElForm: typeof import('element-plus/es')['ElForm'] const ElMessage: typeof import('element-plus/es')['ElMessage'] const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] - const ElNotification: typeof import('element-plus/es')['ElNotification'] const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] const autoResetRef: typeof import('@vueuse/core')['autoResetRef'] const computed: typeof import('vue')['computed'] @@ -287,10 +285,8 @@ declare module 'vue' { interface GlobalComponents {} interface ComponentCustomProperties { readonly EffectScope: UnwrapRef - readonly ElForm: UnwrapRef readonly ElMessage: UnwrapRef readonly ElMessageBox: UnwrapRef - readonly ElNotification: UnwrapRef readonly asyncComputed: UnwrapRef readonly autoResetRef: UnwrapRef readonly computed: UnwrapRef diff --git a/src/components/formTable/index.vue b/src/components/formTable/index.vue index b1fce78..2083944 100644 --- a/src/components/formTable/index.vue +++ b/src/components/formTable/index.vue @@ -958,7 +958,7 @@ defineExpose({ saveDraft }) -