docs: add period at the end of sentence

This commit is contained in:
chenjiahan
2020-09-27 21:02:52 +08:00
parent 4f10430119
commit a5dbcf9638
64 changed files with 230 additions and 219 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Vue.use(Search);
### 基础用法
v-model 用于控制搜索框中的文字,background 可以自定义搜索框外部背景色。
`v-model` 用于控制搜索框中的文字,`background` 可以自定义搜索框外部背景色。
```html
<van-search v-model="value" placeholder="请输入搜索关键词" />