mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
fix: login autocomplete render issue #474
This commit is contained in:
parent
2b913d5064
commit
ef64c38f09
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
autocomplete="current email"
|
||||
name="username"
|
||||
autocapitalize="none"
|
||||
persistent-placeholder
|
||||
@keyup.enter.native="login"
|
||||
/>
|
||||
<v-text-field
|
||||
|
@ -29,6 +30,7 @@
|
|||
autocomplete="current password"
|
||||
name="password"
|
||||
autocapitalize="none"
|
||||
persistent-placeholder
|
||||
@keyup.enter.native="login"
|
||||
/>
|
||||
<v-spacer />
|
||||
|
|
Loading…
Add table
Reference in a new issue