1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

[Doc] Circle ()

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
docs/markdown

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

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