fix: a-qrcord component cannot show ts prompt (#7502)

pull/7514/head
SonicKang 2024-04-19 19:15:12 +08:00 committed by GitHub
parent 4138d3c822
commit 4a48bfc66b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
typings/global.d.ts vendored
View File

@ -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'];