mirror of
https://github.com/gotson/komga.git
synced 2025-12-29 03:43:43 +01:00
refactor: submit form on enter
This commit is contained in:
parent
d965b0011b
commit
a2cbe5b642
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue