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 @@
### 值设定
可以通过设置 `true-value``false-value` 来修改打开、关闭状态下 `v-model` 的值。
可以通过设置 [`true-value`](#props-true-value)[`false-value`](#props-false-value) 来修改打开、关闭状态下 `v-model` 的值。
[[ demo src="/demo/switch/value.vue" ]]