mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-30 05:20:55 +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"
|
name="username"
|
||||||
autocapitalize="none"
|
autocapitalize="none"
|
||||||
persistent-placeholder
|
persistent-placeholder
|
||||||
|
autofocus
|
||||||
@keyup.enter.native="login"
|
@keyup.enter.native="login"
|
||||||
/>
|
/>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
|
|
Loading…
Add table
Reference in a new issue