Skip to content

Commit 89314fb

Browse files
committed
fix: qrcode ; error, close #6362
1 parent b1f38eb commit 89314fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/qrcode/QRCodeCanvas.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export const QRCodeCanvas = defineComponent({
258258
}
259259
return (
260260
<>
261-
<canvas {...attrs} style={[canvasStyle, attrs.style as CSSProperties]} ref={_canvas} />;
261+
<canvas {...attrs} style={[canvasStyle, attrs.style as CSSProperties]} ref={_canvas} />
262262
{img}
263263
</>
264264
);

0 commit comments

Comments
 (0)