[improvement] Circle: support number type of size prop (#4160)
This commit is contained in:
@@ -114,7 +114,7 @@ export default {
|
||||
|------|------|------|------|
|
||||
| v-model | Current rate | `number` | - |
|
||||
| rate | Target rate | `number` | `100` |
|
||||
| size | Circle size | `string` | `100px` |
|
||||
| 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` |
|
||||
|
||||
Reference in New Issue
Block a user