From b79d06e6914ed6ff38a562e34773dc82e1068fcf Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Fri, 30 Jun 2023 08:10:15 +0800 Subject: [PATCH] 11 --- src/types/auto-imports.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/types/auto-imports.d.ts b/src/types/auto-imports.d.ts index a8cd9d695..21cc517eb 100644 --- a/src/types/auto-imports.d.ts +++ b/src/types/auto-imports.d.ts @@ -8,6 +8,7 @@ declare global { 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 ElTree: typeof import('element-plus/es')['ElTree'] const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] const autoResetRef: typeof import('@vueuse/core')['autoResetRef'] const computed: typeof import('vue')['computed'] @@ -291,6 +292,7 @@ declare module 'vue' { readonly ElForm: UnwrapRef readonly ElMessage: UnwrapRef readonly ElMessageBox: UnwrapRef + readonly ElTree: UnwrapRef readonly asyncComputed: UnwrapRef readonly autoResetRef: UnwrapRef readonly computed: UnwrapRef @@ -568,6 +570,7 @@ declare module '@vue/runtime-core' { readonly ElForm: UnwrapRef readonly ElMessage: UnwrapRef readonly ElMessageBox: UnwrapRef + readonly ElTree: UnwrapRef readonly asyncComputed: UnwrapRef readonly autoResetRef: UnwrapRef readonly computed: UnwrapRef