refactor: submit form on enter

This commit is contained in:
Gauthier Roebroeck 2020-03-12 15:38:45 +08:00
parent d965b0011b
commit a2cbe5b642

View file

@ -35,6 +35,7 @@
:error-messages="getErrors('repeatPassword')"
@input="$v.form.repeatPassword.$touch()"
@blur="$v.form.repeatPassword.$touch()"
@keydown.enter="dialogConfirm"
/>
</v-col>
</v-row>