From 8f4bdc8e2cc44b775d0b4f72fef7f7203c12e405 Mon Sep 17 00:00:00 2001 From: hreenshan112 Date: Mon, 25 Nov 2024 16:20:15 +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 --- .gitignore | 2 ++ src/autoImport/auto-imports.d.ts | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a547bf3..c03f969 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ pnpm-debug.log* lerna-debug.log* node_modules +src/autoImport +autoImport dist dist-ssr *.local diff --git a/src/autoImport/auto-imports.d.ts b/src/autoImport/auto-imports.d.ts index d6ba4c7..2d8f910 100644 --- a/src/autoImport/auto-imports.d.ts +++ b/src/autoImport/auto-imports.d.ts @@ -287,10 +287,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