refactor: improved input validations

This commit is contained in:
liyasthomas
2021-08-08 12:01:36 +05:30
parent fee19f3d7a
commit 4d76c83328
18 changed files with 105 additions and 68 deletions

View File

@@ -9,11 +9,14 @@
<textarea
id="import-curl"
v-model="curl"
class="textarea"
class="font-mono textarea floating-input"
autofocus
rows="8"
:placeholder="$t('enter_curl')"
placeholder=" "
></textarea>
<label for="import-curl">
{{ $t("enter_curl") }}
</label>
</div>
</template>
<template #footer>