mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 06:46:13 +03:00
perf: Add autofocus on login page (#1117)
This commit is contained in:
parent
0e5c05a5f4
commit
7ca220dfa6
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
name="username"
|
||||
autocapitalize="none"
|
||||
persistent-placeholder
|
||||
autofocus
|
||||
@keyup.enter.native="login"
|
||||
/>
|
||||
<v-text-field
|
||||
|
|
Loading…
Reference in a new issue