docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions
+9 -9
View File
@@ -56,12 +56,12 @@ Use `pivot-text` to custom textuse `color` to custom bar color
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| inactive | Whether to be gray | `boolean` | `false` |
| percentage | Percentage | `number` | `0` |
| show-pivot | Whether to show text | `boolean` | `true` |
| color | Color | `string` | `#1989fa` |
| pivot-text | Text | `string` | percentage |
| pivot-color | Text background color | `string` | inherit progress color |
| text-color | Text color | `string` | `#fff` |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| inactive | Whether to be gray | `boolean` | `false` | - |
| percentage | Percentage | `number` | `0` | - |
| show-pivot | Whether to show text | `boolean` | `true` | - |
| color | Color | `string` | `#1989fa` | - |
| pivot-text | Text | `string` | percentage | - |
| pivot-color | Text background color | `string` | inherit progress color | - |
| text-color | Text color | `string` | `#fff` | - |