From ef42c5db5624e4e79d8d29d012961e42751e152b Mon Sep 17 00:00:00 2001 From: haibo tang Date: Tue, 19 May 2020 11:14:06 +0800 Subject: [PATCH] update(doc) udpate step doc --- demo/documentation/components/steps/enUS/index.md | 6 +++++- demo/documentation/components/steps/zhCN/index.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/demo/documentation/components/steps/enUS/index.md b/demo/documentation/components/steps/enUS/index.md index 41821f1d9..b2a95a9b2 100644 --- a/demo/documentation/components/steps/enUS/index.md +++ b/demo/documentation/components/steps/enUS/index.md @@ -24,11 +24,15 @@ content |-|-|-|-| |title|`string`|`null`|| |description|`string`|`null`|| -|content|`string`|`null`|`when both description and content exist, content has priority, means that the descriptions will be omitted`|| |status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`|| ## Slots ### Steps Slots |Name|Parameters|Description| |-|-|-| +|default|`()`|| + +### Step Slots +|Name|Parameters|Description| +|-|-|-| |default|`()`|| \ No newline at end of file diff --git a/demo/documentation/components/steps/zhCN/index.md b/demo/documentation/components/steps/zhCN/index.md index 39ada179e..b0ff7328c 100644 --- a/demo/documentation/components/steps/zhCN/index.md +++ b/demo/documentation/components/steps/zhCN/index.md @@ -24,11 +24,15 @@ content |-|-|-|-| |title|`string`|`null`|| |description|`string`|`null`|| -|content|`function`|`null`|`当content和description 同时存在时, 优先使用content, 并会省略descriptions`|| |status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`|| ## Slots ### Steps Slots |名称|参数|说明| |-|-|-| +|default|`()`|| + +### Step Slots +|名称|参数|说明| +|-|-|-| |default|`()`|| \ No newline at end of file