From 89314fb4d00c34e82d64ded43478bf68762ed228 Mon Sep 17 00:00:00 2001
From: tangjinzhou <415800467@qq.com>
Date: Fri, 17 Mar 2023 10:27:17 +0800
Subject: [PATCH] fix: qrcode ; error, close #6362
---
components/qrcode/QRCodeCanvas.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/qrcode/QRCodeCanvas.tsx b/components/qrcode/QRCodeCanvas.tsx
index 3a24a7a55..7f9192a91 100644
--- a/components/qrcode/QRCodeCanvas.tsx
+++ b/components/qrcode/QRCodeCanvas.tsx
@@ -258,7 +258,7 @@ export const QRCodeCanvas = defineComponent({
}
return (
<>
- ;
+
{img}
>
);