mirror of
https://github.com/youzan/vant.git
synced 2025-12-18 02:06:02 +08:00
Merge branch 'dev' into next
This commit is contained in:
@@ -14,7 +14,7 @@ app.use(Search);
|
||||
|
||||
### 基础用法
|
||||
|
||||
v-model 用于控制搜索框中的文字,background 可以自定义搜索框外部背景色。
|
||||
`v-model` 用于控制搜索框中的文字,`background` 可以自定义搜索框外部背景色。
|
||||
|
||||
```html
|
||||
<van-search v-model="value" placeholder="请输入搜索关键词" />
|
||||
|
||||
Reference in New Issue
Block a user