美文网首页
移动端 vue 点击软键盘的回车键(前往或搜索)进行搜索

移动端 vue 点击软键盘的回车键(前往或搜索)进行搜索

作者: 八妹sss | 来源:发表于2020-07-23 09:39 被阅读0次

    html

    <input ref="keyword" @keyup.enter="handleSearch()" " v-model="keywordText" type="text">
    

    js

    methods: {
      handleSearch () {
          // 需要搜索的内容
        }
    }
    

    相关文章

      网友评论

          本文标题:移动端 vue 点击软键盘的回车键(前往或搜索)进行搜索

          本文链接:https://www.haomeiwen.com/subject/txjclktx.html