chore: fix all typos (#9053)

This commit is contained in:
neverland
2021-07-17 16:07:42 +08:00
committed by GitHub
parent 5807f39687
commit 34d4937f2b
28 changed files with 38 additions and 44 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ export default {
| speed | Animate speedrate/s | _number \| string_ | `0` |
| text | Text | _string_ | - |
| stroke-width | Stroke width | _number \| string_ | `40` |
| stroke-linecap | Stroke linecapcan be set to `sqaure` `butt` | _string_ | `round` |
| stroke-linecap | Stroke linecapcan be set to `square` `butt` | _string_ | `round` |
| clockwise | Whether to be clockwise | _boolean_ | `true` |
### Slots
+1 -1
View File
@@ -146,7 +146,7 @@ export default {
| speed | 动画速度(单位为 rate/s | _number \| string_ | `0` |
| text | 文字 | _string_ | - |
| stroke-width | 进度条宽度 | _number \| string_ | `40` |
| stroke-linecap | 进度条端点的形状,可选值为 `sqaure` `butt` | _string_ | `round` |
| stroke-linecap | 进度条端点的形状,可选值为 `square` `butt` | _string_ | `round` |
| clockwise | 是否顺时针增加 | _boolean_ | `true` |
### Slots