fix: qrcode ; error, close #6362

pull/6367/head 4.0.0-alpha.2
tangjinzhou 2023-03-17 10:27:17 +08:00
parent b1f38eb2ec
commit 89314fb4d0
1 changed files with 1 additions and 1 deletions

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}
</>
);