username auto focus

This commit is contained in:
Captain.B 2020-02-19 15:26:21 +08:00
parent 37001b2572
commit 3171ba063c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
</div>
<div class="form">
<el-form-item prop="username">
<el-input v-model="form.username" placeholder="邮箱" autocomplete="off" maxlength="100"
<el-input v-model="form.username" placeholder="邮箱" autofocus autocomplete="off" maxlength="100"
show-word-limit/>
</el-form-item>
<el-form-item prop="password">