mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-05 04:12:19 -04:00
Update src/tools/wifi-qr-code-generator/wifi-qr-code-generator.vue
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
e8c55065ad
commit
fc2e40b1bc
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ const { download } = useDownloadFileFromBase64({ source: qrcode, filename: 'qr-c
|
||||||
</n-gi>
|
</n-gi>
|
||||||
<n-gi v-if="qrcode">
|
<n-gi v-if="qrcode">
|
||||||
<div flex flex-col items-center gap-3>
|
<div flex flex-col items-center gap-3>
|
||||||
<n-image :src="qrcode" width="200" />
|
<img alt="wifi-qrcode" :src="qrcode" width="200" />
|
||||||
<c-button @click="download">
|
<c-button @click="download">
|
||||||
Download qr-code
|
Download qr-code
|
||||||
</c-button>
|
</c-button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue