From 01fd13e09736f4c88452c3b64c6e817dc6b95ec4 Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Sat, 11 Jan 2025 16:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96ID=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 7 +++++++ src/pages/Index/components/Consumables/IdCardInfo.vue | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/components.d.ts b/components.d.ts index 5124e3a..04ca081 100644 --- a/components.d.ts +++ b/components.d.ts @@ -14,8 +14,12 @@ declare module 'vue' { ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] 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'] + ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default'] Keyboard: typeof import('./src/components/Keyboard.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] @@ -23,4 +27,7 @@ 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'] + } } diff --git a/src/pages/Index/components/Consumables/IdCardInfo.vue b/src/pages/Index/components/Consumables/IdCardInfo.vue index 574ae56..3a5c608 100644 --- a/src/pages/Index/components/Consumables/IdCardInfo.vue +++ b/src/pages/Index/components/Consumables/IdCardInfo.vue @@ -43,8 +43,8 @@