Skip to content

搜索框 searchBar

搜索框searchBar一般用于搜素操作.

基础使用

显示代码
vue
<weui-searchbar v-model="searchKey"></weui-searchbar>

API

Progress Props

名称类型默认值说明版本
modelValuestring''搜索内容-

Progress Events

名称描述参数版本
update:modelValue搜索框内容更新(val: string) => void-
change搜索框内容更新(val: string) => void-
search点击搜索按钮(val: string) => void-