fix: qrcode ; error, close #6362

This commit is contained in:
tangjinzhou 2023-03-17 10:27:17 +08:00
parent b1f38eb2ec
commit 89314fb4d0

View File

@ -258,7 +258,7 @@ export const QRCodeCanvas = defineComponent({
}
return (
<>
<canvas {...attrs} style={[canvasStyle, attrs.style as CSSProperties]} ref={_canvas} />;
<canvas {...attrs} style={[canvasStyle, attrs.style as CSSProperties]} ref={_canvas} />
{img}
</>
);