From cc69410e353679f233e6f66145d6cd79d171e9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Thu, 29 Mar 2018 14:33:55 +0800 Subject: [PATCH] [Doc] Circle (#799) --- docs/markdown/en-US/circle.md | 6 ++++++ docs/markdown/zh-CN/circle.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/markdown/en-US/circle.md b/docs/markdown/en-US/circle.md index 5e1bb8cda..263faf5ef 100644 --- a/docs/markdown/en-US/circle.md +++ b/docs/markdown/en-US/circle.md @@ -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 | diff --git a/docs/markdown/zh-CN/circle.md b/docs/markdown/zh-CN/circle.md index e0c2fee3e..06166c3ba 100644 --- a/docs/markdown/zh-CN/circle.md +++ b/docs/markdown/zh-CN/circle.md @@ -68,3 +68,9 @@ export default { | text | 文字 | `String` | - | - | | stroke-width | 进度条宽度 | `Number` | `40` | - | | clockwise | 是否顺时针增加 | `Boolean` | `true` | - | + +### Circle Slot + +| 名称 | 说明 | +|-----------|-----------| +| - | 自定义文字内容 |