From fe4eae37146068f01ba08f033e0c2e8bd03e48b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E9=BA=BB=E5=A6=9E?= <50100681+jiangmaniu@users.noreply.github.com> Date: Sun, 25 Jul 2021 09:01:09 +0800 Subject: [PATCH] fix(qrcode): Fix the problem that the QR code cannot be dynamically generated (#974) * fix: Fix the problem that the QR code cannot be dynamically generated * Fix the problem that the size of the QR code is automatically changed when dynamically generated --- src/components/Qrcode/src/Qrcode.vue | 17 +++++++++++------ src/components/Qrcode/src/drawCanvas.ts | 10 +++++++++- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/src/components/Qrcode/src/Qrcode.vue b/src/components/Qrcode/src/Qrcode.vue index beb80ad5..3c5c2763 100644 --- a/src/components/Qrcode/src/Qrcode.vue +++ b/src/components/Qrcode/src/Qrcode.vue @@ -4,7 +4,7 @@