feat(Circle): add stroke-linecap prop (#5087)

* feat(Circle): add stroke-linecap prop

* docs: butt
This commit is contained in:
neverland
2019-11-25 08:27:00 +08:00
committed by GitHub
parent dfd45e9299
commit 4c1e77cc37
5 changed files with 29 additions and 4 deletions
+1
View File
@@ -133,6 +133,7 @@ export default {
| speed | 动画速度(单位为 rate/s| *number* | `0` | - |
| text | 文字 | *string* | - | - |
| stroke-width | 进度条宽度 | *number* | `40` | - |
| stroke-linecap | 进度条端点的形状,可选值为`sqaure` `butt` | *string* | `round` | 2.2.15 |
| clockwise | 是否顺时针增加 | *boolean* | `true` | - |
### Slots