Skip to content

Commit 71700b9

Browse files
committed
fix(QR Code Generator): bring back multiline
Fix #185
1 parent 608ee95 commit 71700b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tools/qr-code-generator/qr-code-generator.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ async function copyQRCode() {
154154
label-position="left"
155155
label-width="130px"
156156
label-align="right"
157+
multiline
157158
:label="t('tools.qr-code-generator.texts.label-text')"
158159
rows="1"
159160
:placeholder="t('tools.qr-code-generator.texts.placeholder-your-link-or-text')"

0 commit comments

Comments
 (0)