parent
b1f38eb2ec
commit
89314fb4d0
|
@ -258,7 +258,7 @@ export const QRCodeCanvas = defineComponent({
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<canvas {...attrs} style={[canvasStyle, attrs.style as CSSProperties]} ref={_canvas} />;
|
<canvas {...attrs} style={[canvasStyle, attrs.style as CSSProperties]} ref={_canvas} />
|
||||||
{img}
|
{img}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue