[Doc] Circle (#799)

This commit is contained in:
张敏 2018-03-29 14:33:55 +08:00 committed by GitHub
parent f2c99b99f8
commit cc69410e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -67,3 +67,9 @@ export default {
| text | Text | `String` | - | - | | text | Text | `String` | - | - |
| stroke-width | Stroke width | `Number` | `40` | - | | stroke-width | Stroke width | `Number` | `40` | - |
| clockwise | Is clockwise | `Boolean` | `true` | - | | clockwise | Is clockwise | `Boolean` | `true` | - |
### Cell Slot
| name | Description |
|-----------|-----------|
| - | custom text content |

View File

@ -68,3 +68,9 @@ export default {
| text | 文字 | `String` | - | - | | text | 文字 | `String` | - | - |
| stroke-width | 进度条宽度 | `Number` | `40` | - | | stroke-width | 进度条宽度 | `Number` | `40` | - |
| clockwise | 是否顺时针增加 | `Boolean` | `true` | - | | clockwise | 是否顺时针增加 | `Boolean` | `true` | - |
### Circle Slot
| 名称 | 说明 |
|-----------|-----------|
| - | 自定义文字内容 |