美文网首页
使用van-search组件的时候,设置搜索按钮在右边,并且点击

使用van-search组件的时候,设置搜索按钮在右边,并且点击

作者: 泪滴在琴上 | 来源:发表于2023-11-15 15:02 被阅读0次
image.png
        <van-search class="searchPannel"
            v-model="keyword"
            shape="round"
            background="rgba(0,0,0,0)"
            placeholder="搜索产品、资料、会议等"
            right-icon='search'
            left-icon=""
            @click-right-icon="onSearch"
        >
        </van-search>
onSearch() {
        console.log(this.keyword)
        window.location.href = CONFIG.search_page_url + '&keyword='
        this.keyword
      },

相关文章

网友评论

      本文标题:使用van-search组件的时候,设置搜索按钮在右边,并且点击

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