docs: add version tip in en docs (#4262)
This commit is contained in:
+12
-12
@@ -110,18 +110,18 @@ export default {
|
||||
|
||||
### Props
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| v-model | Current rate | `number` | - |
|
||||
| rate | Target rate | `number` | `100` |
|
||||
| size | Circle size | `string | number` | `100px` |
|
||||
| color | Progress color, passing object to render gradient | `string | object` | `#1989fa` |
|
||||
| layer-color | Layer color | `string` | `#fff` |
|
||||
| fill | Fill color | `string` | `none` |
|
||||
| speed | Animate speed(rate/s)| `number` | `0` |
|
||||
| text | Text | `string` | - |
|
||||
| stroke-width | Stroke width | `number` | `40` |
|
||||
| clockwise | Is clockwise | `boolean` | `true` |
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| v-model | Current rate | `number` | - | - |
|
||||
| rate | Target rate | `number` | `100` | - |
|
||||
| size | Circle size | `string | number` | `100px` | - |
|
||||
| color | Progress color, passing object to render gradient | `string | object` | `#1989fa` | 2.1.4 |
|
||||
| layer-color | Layer color | `string` | `#fff` | - |
|
||||
| fill | Fill color | `string` | `none` | - |
|
||||
| speed | Animate speed(rate/s)| `number` | `0` | - |
|
||||
| text | Text | `string` | - | - |
|
||||
| stroke-width | Stroke width | `number` | `40` | - |
|
||||
| clockwise | Is clockwise | `boolean` | `true` | - |
|
||||
|
||||
### Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user