mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 15:10:32 +00:00
log rm
This commit is contained in:
@@ -21,7 +21,7 @@ export default function QrCode({ value }) {
|
|||||||
colorLight: '#ffffff',
|
colorLight: '#ffffff',
|
||||||
correctLevel: QRCode.CorrectLevel.H
|
correctLevel: QRCode.CorrectLevel.H
|
||||||
})
|
})
|
||||||
console.log('二维码', qrcode, value)
|
// console.log('二维码', qrcode, value)
|
||||||
})
|
})
|
||||||
return () => {
|
return () => {
|
||||||
if (qrcode) {
|
if (qrcode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user