feat: add download button to many tools

Fix https://github.com/CorentinTh/it-tools/issues/1096#issuecomment-2134232893
This commit is contained in:
ShareVB 2024-08-04 14:49:17 +02:00
parent 052ddebc34
commit 31eac2bd78
10 changed files with 10 additions and 0 deletions

View file

@ -119,5 +119,6 @@ function transformer(value: string) {
input-placeholder="Paste your input data here..."
output-label="Your transformed data"
:transformer="transformer"
download-file-name="output.txt"
/>
</template>