Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-09-28 11:46:26 +08:00
72 changed files with 259 additions and 243 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ app.use(Progress);
### Basic Usage
Use 'percentage' prop to set current progress
Use `percentage` prop to set current progress.
```html
<van-progress :percentage="50" />
@@ -34,7 +34,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" />