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
+2 -2
View File
@@ -13,7 +13,7 @@ Vue.use(Progress);
### Basic Usage
Use 'percentage' prop to set current progress
Use `percentage` prop to set current progress.
```html
<van-progress :percentage="50" />
@@ -33,7 +33,7 @@ Use 'percentage' prop to set current progress
### Custom Style
Use `pivot-text` to custom textuse `color` to custom bar color
Use `pivot-text` to custom textuse `color` to custom bar color.
```html
<van-progress pivot-text="Orange" color="#f2826a" :percentage="25" />