Browse Source

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

pull/7514/head
SonicKang 7 months ago committed by GitHub
parent
commit
4a48bfc66b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      typings/global.d.ts

2
typings/global.d.ts vendored

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

Loading…
Cancel
Save