mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
fix: qrcode ; error, close #6362
This commit is contained in:
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
Block a user