Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix(signin): 用户可以在登录页面使用回车键登录了
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jul 26, 2018
1 parent 78d9bef commit 4336dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/page/sign/Signin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
v-model="password"
maxlength="16"
type="password"
placeholder="输入6位以上登录密码">
placeholder="输入6位以上登录密码"
@keyup.enter="signinByAccount">
</div>
<svg
class="m-style-svg m-svg-def"
Expand Down

0 comments on commit 4336dc2

Please sign in to comment.