update(doc) udpate step doc

This commit is contained in:
haibo tang 2020-05-19 11:14:06 +08:00
parent cbb21b6108
commit ef42c5db56
2 changed files with 10 additions and 2 deletions

View File

@ -24,11 +24,15 @@ content
|-|-|-|-| |-|-|-|-|
|title|`string`|`null`|| |title|`string`|`null`||
|description|`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'`|| |status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`||
## Slots ## Slots
### Steps Slots ### Steps Slots
|Name|Parameters|Description| |Name|Parameters|Description|
|-|-|-| |-|-|-|
|default|`()`||
### Step Slots
|Name|Parameters|Description|
|-|-|-|
|default|`()`|| |default|`()`||

View File

@ -24,11 +24,15 @@ content
|-|-|-|-| |-|-|-|-|
|title|`string`|`null`|| |title|`string`|`null`||
|description|`string`|`null`|| |description|`string`|`null`||
|content|`function`|`null`|`当content和description 同时存在时, 优先使用content, 并会省略descriptions`||
|status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`|| |status|`'process' \| 'finish' \| 'error' \| 'wait'`|`'process'`||
## Slots ## Slots
### Steps Slots ### Steps Slots
|名称|参数|说明| |名称|参数|说明|
|-|-|-| |-|-|-|
|default|`()`||
### Step Slots
|名称|参数|说明|
|-|-|-|
|default|`()`|| |default|`()`||