We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c20209 commit f55e7f0Copy full SHA for f55e7f0
1 file changed
pages/index.vue
@@ -16,9 +16,9 @@
16
<br>
17
</template>
18
<template #actions>
19
- <p class="text-[16px] text-blue-400">SVG</p>
+ <p class="text-[16px] text-blue-400" @click="downloadSVG(newQrCodeImg)">SVG</p>
20
<p class="text-[16px] text-blue-400" @click="downloadPNG(newQrCodeImg)">PNG</p>
21
- <p class="text-[16px] text-blue-400">JPG</p>
+ <p class="text-[16px] text-blue-400" @click="downloadJPG(newQrCodeImg)">JPG</p>
22
23
</a-card>
24
</div>
0 commit comments