We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2868e commit 0536ee8Copy full SHA for 0536ee8
app/components/Scan.vue
@@ -67,6 +67,7 @@ watch(cameras, () => {
67
if (selectedCamera.value && cameras.value.find(i => i.deviceId === selectedCamera.value)) {
68
setTimeout(() => {
69
qrScanner?.setCamera(selectedCamera.value!)
70
+ qrScanner?.start()
71
}, 250)
72
}
73
})
0 commit comments