mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
chore: tweak
This commit is contained in:
parent
9a77bf4eef
commit
c8ab57e843
@ -62,7 +62,7 @@ onMounted(async () => {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
qr ??= (await import('qrcode' /* webpackChunkName: "qrcode" */)).default
|
qr ??= (await import(/* webpackChunkName: "qrcode" */ 'qrcode')).default
|
||||||
const opts: QRCodeToDataURLOptions & QRCodeToStringOptions = {
|
const opts: QRCodeToDataURLOptions & QRCodeToStringOptions = {
|
||||||
version,
|
version,
|
||||||
maskPattern: mask,
|
maskPattern: mask,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user