码迷,mamicode.com
首页 > 其他好文 > 详细

iview input绑定enter事件

时间:2019-05-03 18:11:24      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:ios   cti   arc   绑定   native   color   bsp   view   ace   

 

在使用iview Input组件是,需要enter粗发相关的请求事件,但是在Input组件内不起效果:

<Input placeholder="请输入查询信息" style="width: 100%;border: #2b85e4" class="active"
   v-model="searchText" @keyup.enter.native="searchArticle()">
    <Icon type="ios-search" slot="suffix" color="blue" @click="searchArticle(searchText)"/>
</Input>

 

这个时候需要改写成

@keyup.enter.native

就可以起作用了。

iview input绑定enter事件

标签:ios   cti   arc   绑定   native   color   bsp   view   ace   

原文地址:https://www.cnblogs.com/chenmz1995/p/10805712.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!