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
@@ -36,7 +36,7 @@ export default {
### Dual thumb
Add `range` attribute to open dual thumb mode
Add `range` attribute to open dual thumb mode.
```html
<van-slider v-model="value" range @change="onChange" />
+1 -1
View File
@@ -36,7 +36,7 @@ export default {
### 双滑块
添加`range`属性就可以开启双滑块模式,确保`value`的值是一个数组
添加 `range` 属性就可以开启双滑块模式,确保 `value` 的值是一个数组
```html
<van-slider v-model="value" range @change="onChange" />