<van-search
                right-icon=""
                left-icon=""
                placeholder="输入关键字进行全局搜索"
                value="{{newsTitle}}"
                bind:search="onKeyworkSearch"
                bind:clear="onClear"
        bind:change="onChangeVal"
                shape="round"
                use-action-slot
            >
                    <view slot="action" bindtap="onKeyworkSearch">
                        <van-icon name="search" class="searchIcon" />
                    </view>
            </van-search>

 

相关文章:

  • 2021-12-24
  • 2021-06-09
  • 2022-12-23
  • 2021-12-26
  • 2021-11-29
  • 2022-12-23
  • 2021-11-06
  • 2021-06-04
猜你喜欢
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2022-01-03
  • 2021-09-04
相关资源
相似解决方案