Merge branch 'dev' into next
This commit is contained in:
@@ -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 text,use `color` to custom bar color
|
||||
Use `pivot-text` to custom text,use `color` to custom bar color.
|
||||
|
||||
```html
|
||||
<van-progress pivot-text="Orange" color="#f2826a" :percentage="25" />
|
||||
|
||||
Reference in New Issue
Block a user