Skip to content

Commit 4a48bfc

Browse files
authored
fix: a-qrcord component cannot show ts prompt (#7502)
1 parent 4138d3c commit 4a48bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/global.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ declare module 'vue' {
255255

256256
AWeekPicker: typeof import('ant-design-vue')['WeekPicker'];
257257

258-
AQRCode: typeof import('ant-design-vue')['QRCode'];
258+
AQrCode: typeof import('ant-design-vue')['QRCode'];
259259

260260
ATour: typeof import('ant-design-vue')['Tour'];
261261

0 commit comments

Comments
 (0)