fix: change QRcode scanner's size
This commit is contained in:
parent
abe480a526
commit
78c786ff7e
@ -77,7 +77,7 @@ export default {
|
|||||||
scan() {
|
scan() {
|
||||||
this.scanner = new Html5QrcodeScanner(
|
this.scanner = new Html5QrcodeScanner(
|
||||||
"reader",
|
"reader",
|
||||||
{ fps: 10, qrbox: { width: 250, height: 250 } },
|
{ fps: 10, qrbox: { width: 400, height: 400 } },
|
||||||
/* verbose= */ false);
|
/* verbose= */ false);
|
||||||
this.scanner.render(this.onScanSuccess);
|
this.scanner.render(this.onScanSuccess);
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user