chore: tweak
This commit is contained in:
parent
9a77bf4eef
commit
c8ab57e843
@ -62,7 +62,7 @@ onMounted(async () => {
|
||||
return
|
||||
}
|
||||
|
||||
qr ??= (await import('qrcode' /* webpackChunkName: "qrcode" */)).default
|
||||
qr ??= (await import(/* webpackChunkName: "qrcode" */ 'qrcode')).default
|
||||
const opts: QRCodeToDataURLOptions & QRCodeToStringOptions = {
|
||||
version,
|
||||
maskPattern: mask,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user