From 4a48bfc66b9246b3dfeebcfa35e4ad321202b6b3 Mon Sep 17 00:00:00 2001 From: SonicKang Date: Fri, 19 Apr 2024 19:15:12 +0800 Subject: [PATCH] fix: a-qrcord component cannot show ts prompt (#7502) --- typings/global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/global.d.ts b/typings/global.d.ts index d90a44bad..32ce6bac5 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -255,7 +255,7 @@ declare module 'vue' { AWeekPicker: typeof import('ant-design-vue')['WeekPicker']; - AQRCode: typeof import('ant-design-vue')['QRCode']; + AQrCode: typeof import('ant-design-vue')['QRCode']; ATour: typeof import('ant-design-vue')['Tour'];