refactor: add links for props and slots

Change-Id: I736b6fb95eeb45e4742718019f6734ebc71a7fc8
This commit is contained in:
xiaodemen
2021-10-25 15:39:04 +08:00
committed by GU Yiling
parent 32632e796e
commit 91676f8815
24 changed files with 62 additions and 62 deletions

View File

@@ -10,7 +10,7 @@
### 步骤状态
可以通过设置 `steps``status` 属性值定义步骤状态,若步骤出错,可设置为 `error`
可以通过设置 [`steps`](#props-steps)`status` 属性值定义步骤状态,若步骤出错,可设置为 `error`
[[ demo src="/demo/steps/status.vue" ]]