From 6256839c982bc7b2aac9652e15b8f5d600295d6a Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Thu, 16 Jan 2025 09:16:59 +0800 Subject: [PATCH] =?UTF-8?q?merge=20=E6=80=A5=E8=AF=8A=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components.d.ts b/components.d.ts index 04ca081..44895be 100644 --- a/components.d.ts +++ b/components.d.ts @@ -15,7 +15,6 @@ declare module 'vue' { ElFooter: typeof import('element-plus/es')['ElFooter'] ElHeader: typeof import('element-plus/es')['ElHeader'] ElIcon: typeof import('element-plus/es')['ElIcon'] - ElInput: typeof import('element-plus/es')['ElInput'] ElPopover: typeof import('element-plus/es')['ElPopover'] ElRow: typeof import('element-plus/es')['ElRow'] ElTable: typeof import('element-plus/es')['ElTable'] @@ -27,7 +26,4 @@ declare module 'vue' { SimpleKeyboard: typeof import('./src/components/SimpleKeyboard.vue')['default'] StackInfoModal: typeof import('./src/components/dialogs/StackInfoModal.vue')['default'] } - export interface ComponentCustomProperties { - vLoading: typeof import('element-plus/es')['ElLoadingDirective'] - } }