feat(Circle): add stroke-linecap prop (#5087)
* feat(Circle): add stroke-linecap prop * docs: butt
This commit is contained in:
@@ -121,7 +121,8 @@ export default {
|
||||
| speed | Animate speed(rate/s)| *number* | `0` | - |
|
||||
| text | Text | *string* | - | - |
|
||||
| stroke-width | Stroke width | *number* | `40` | - |
|
||||
| clockwise | Is clockwise | *boolean* | `true` | - |
|
||||
| stroke-linecap | Stroke linecap,can be set to `sqaure` `butt` | *string* | `round` | 2.2.15 |
|
||||
| clockwise | Whether to be clockwise | *boolean* | `true` | - |
|
||||
|
||||
### Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user