Closed VladimirVecera closed 3 years ago
Just perform regular JavaScript redirect: https://stackoverflow.com/a/11690095
<qrcode-stream @decode="onDecode"></qrcode-stream>
onDecode(url) {
window.location.href = url
}
Does anyone have a working example of this working?
Awesome, thanks!
Once I detect the QR code, I need to load the URL automatically, for example: /data.php?qrcode= ?? How can I do that?