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:
Simon Bordeyne 2023-09-04 14:03:28 +02:00 committed by GitHub
parent e8c55065ad
commit fc2e40b1bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ const { download } = useDownloadFileFromBase64({ source: qrcode, filename: 'qr-c
</n-gi>
<n-gi v-if="qrcode">
<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">
Download qr-code
</c-button>