refactor(base64-file): fixed typo

This commit is contained in:
Corentin Thomasset 2022-07-25 23:23:53 +02:00
parent bb4aac6d4a
commit 1a22d55b3c
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -16,7 +16,7 @@
</n-upload-dragger>
</n-upload>
<n-input :value="fileBase64" type="textarea" readonly placeholder="File in ase64 will be here" />
<n-input :value="fileBase64" type="textarea" readonly placeholder="File in base64 will be here" />
<n-space justify="center">
<n-button secondary @click="copyFileBase64()"> Copy </n-button>
</n-space>