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,13 +10,13 @@
### 单复选共存
可以使用 `exclusive` 选项与 `empty-value` 实现一些单复选共存的场景。
可以使用 [`exclusive`](#props-exclusive) 选项与 [`empty-value`](#props-empty-value) 实现一些单复选共存的场景。
[[ demo src="/demo/checkbox-group/exclusive.vue" ]]
### 额外描述
在数据源的项目中设置 `desc` 字段或者通过 `desc` 插槽来指定额外描述。额外描述会在悬浮时显示。
在数据源的项目中设置 `desc` 字段或者通过 [`desc`](#slots-desc) 插槽来指定额外描述。额外描述会在悬浮时显示。
[[ demo src="/demo/checkbox-group/desc.vue" ]]