el-input 无法触发@keyup.enter 解决方法

  <el-input v-model="search_name" @keyup.enter.native="getuser" placeholder="搜索"></el-input>

  只需要加.native就行了

posted @ 2021-03-15 14:25  小灬壊  阅读(405)  评论(0)    收藏  举报