parent
b1f38eb2ec
commit
89314fb4d0
|
@ -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}
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue