feat: add link for individual props/events/slots/configs/icons

This commit is contained in:
Justineo
2021-10-20 01:11:27 +08:00
parent df2b6892d2
commit b0dcdbb873
162 changed files with 2176 additions and 2073 deletions

View File

@@ -46,9 +46,9 @@ export default {
</script>
<docs>
还可以使用 `interval` 属性来指定自动播放的切换间隔时长使用 `wrap` 属性来允许循环播放以及使用 `pause-on-hover` 属性来时光标悬浮在指示器对应项时暂停自动播放
还可以使用 [`interval`](#props-interval) 属性来指定自动播放的切换间隔时长使用 [`wrap`](#props-wrap) 属性来允许循环播放以及使用 [`pause-on-hover`](#props-pause-on-hover) 属性来时光标悬浮在指示器对应项时暂停自动播放
</docs>
<docs locale="en-US">
You can also use the `autoplay` prop to enable autoplay, use the `wrap` prop to enable looping and use the `pause-on-hover` prop to pause playing when cursor hover step indicators.
You can also use the [`autoplay`](#props-autoplay) prop to enable autoplay, use the [`wrap`](#props-wrap) prop to enable looping and use the [`pause-on-hover`](#props-pause-on-hover) prop to pause playing when cursor hover step indicators.
</docs>