Binaryify / vue-qr

The Vue Component for Awesome-qr.js
MIT License
851 stars 123 forks source link

:bug: fix: QR not generated properly in wechat built-in browser #7

Closed shazha closed 7 years ago

shazha commented 7 years ago

Everything works fine except the QR will not generated properly in WeChat built-in browser if logoSrc and/or bgSrc are from external resources. After enabled CORS loading for the Image, the issue is fixed. For more details, refer to Awesome-qr Issue#8

Binaryify commented 7 years ago

Thanks for your feedback, I'm really appreciate