Skip to content

Commit 19f1214

Browse files
committed
Created new download js file
1 parent 3ad1b5b commit 19f1214

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</template>
1818
<template #actions>
1919
<p class="text-[16px] text-blue-400">SVG</p>
20-
<p class="text-[16px] text-blue-400">PNG</p>
20+
<p class="text-[16px] text-blue-400" @click="downloadPNG(newQrCodeImg)">PNG</p>
2121
<p class="text-[16px] text-blue-400">JPG</p>
2222
</template>
2323
</a-card>

utils/download.js

Whitespace-only changes.

0 commit comments

Comments
 (0)