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