vue使用element-ui的el-input监听回车事件

 <el-input v-model="password" placeholder="密码" type="password"  @keyup.enter.native="doLogin"></el-input>

监听回车事件需要添加.native即可;

posted @ 2017-12-18 10:55  酷炫的程序猿  阅读(3825)  评论(0编辑  收藏  举报