Skip to content

Commit

Permalink
fix QR url
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed Nov 8, 2023
1 parent 85bc116 commit 88e8b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<CopyTextIcon :text="item.code" />
</dd>
</div>
<QrcodeVue ref="qrCodeRef" :value="item.qr.url" :size="272" class="mx-auto" />
<QrcodeVue ref="qrCodeRef" :value="item.qr.payload" :size="272" class="mx-auto" />
<div class="flex space-x-3 justify-center">
<Btn class="font-normal" @click="saveImage" primary>Save image</Btn>
<Btn class="font-normal" @click="copyLink" primary>Copy link</Btn>
Expand Down

0 comments on commit 88e8b89

Please sign in to comment.