Skip to content

Commit 2d3f47f

Browse files
marxangelsTrong. Pham Van - CMC Global DU1.19
authored andcommitted
perf[login.vue]: add tabindex for login form (PanJiaChen#1933)
1 parent efb6748 commit 2d3f47f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/login/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
:placeholder="$t('login.username')"
2020
name="username"
2121
type="text"
22+
tabindex="1"
2223
auto-complete="on"
2324
/>
2425
</el-form-item>
@@ -35,6 +36,7 @@
3536
:type="passwordType"
3637
:placeholder="$t('login.password')"
3738
name="password"
39+
tabindex="2"
3840
auto-complete="on"
3941
@keyup.native="checkCapslock"
4042
@blur="capsTooltip = false"

0 commit comments

Comments
 (0)