auto focus on add from url

This commit is contained in:
hay-kot 2021-02-20 16:25:10 -09:00
commit 597a28da83

View file

@ -13,6 +13,7 @@
:label="$t('new-recipe.recipe-url')"
required
validate-on-blur
autofocus
:rules="[isValidWebUrl]"
></v-text-field>
</v-form>