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

@@ -53,9 +53,9 @@ export default {
</style>
<docs>
可以使用 `max` 属性指定可现实数字的最大值超过则显示为<var>max</var>+
可以使用 [`max`](#props-max) 属性指定可现实数字的最大值超过则显示为<var>max</var>+
</docs>
<docs locale="en-US">
Use the `max` prop to specify the max value can be displayed. Displays <var>max</var>+ when value is larger than `max`.
Use the [`max`](#props-max) prop to specify the max value can be displayed. Displays <var>max</var>+ when value is larger than `max`.
</docs>

View File

@@ -50,9 +50,9 @@ export default {
</style>
<docs>
可以使用 `type` 属性指定徽标在不同功能状态下的样式
可以使用 [`type`](#props-type) 属性指定徽标在不同功能状态下的样式
</docs>
<docs locale="en-US">
Use the `type` prop to apply different contextual styles.
Use the [`type`](#props-type) prop to apply different contextual styles.
</docs>