Skip to content

Commit 835adfc

Browse files
committed
Update VideoDecode.vue
1 parent e5760ac commit 835adfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.hello-world/6.read-video-vue3/src/components/VideoDecode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default {
8080
console.log(result.barcodeText);
8181
}
8282
};
83-
scanner.onUniqueRead = (txt, result) => {
83+
scanner.onUniqueRead = (txt) => {
8484
alert(txt);
8585
}
8686
await scanner.open();

0 commit comments

Comments
 (0)