mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-11-15 21:54:30 +08:00
refactor(base64-file): fixed typo
This commit is contained in:
parent
bb4aac6d4a
commit
1a22d55b3c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue