Missing comma
This commit is contained in:
@@ -55,7 +55,7 @@ export default {
|
|||||||
let canvas = this.$refs["canvas"];
|
let canvas = this.$refs["canvas"];
|
||||||
QRCode.toCanvas(
|
QRCode.toCanvas(
|
||||||
canvas,
|
canvas,
|
||||||
this.vippsUrlBasedOnUserAgent
|
this.vippsUrlBasedOnUserAgent,
|
||||||
{ errorCorrectionLevel: "Q" },
|
{ errorCorrectionLevel: "Q" },
|
||||||
(err, url) => {
|
(err, url) => {
|
||||||
if (err != null) {
|
if (err != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user