标签: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
就可以起作用了。
标签:ios cti arc 绑定 native color bsp view ace
原文地址:https://www.cnblogs.com/chenmz1995/p/10805712.html