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
@@ -59,7 +59,7 @@ Use `success-text` to set the success prompt after the refresh is successful
### Custom Tips
Use slots to custom tips
Use slots to custom tips.
```html
<van-pull-refresh v-model="isLoading" :head-height="80" @refresh="onRefresh">
+2 -2
View File
@@ -45,7 +45,7 @@ export default {
### 成功提示
通过`success-text`可以设置刷新成功后的顶部提示文案
通过 `success-text` 可以设置刷新成功后的顶部提示文案
```html
<van-pull-refresh
@@ -59,7 +59,7 @@ export default {
### 自定义提示
通过插槽可以自定义下拉刷新过程中的提示内容
通过插槽可以自定义下拉刷新过程中的提示内容
```html
<van-pull-refresh v-model="isLoading" :head-height="80" @refresh="onRefresh">