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

@@ -145,9 +145,9 @@ h4 {
</style>
<docs>
可以使用 `crowded` 这个 `ui` 属性值来在需要展示很多列的布局下默认隐藏筛选按钮
可以使用 `crowded` 这个 [`ui`](#props-ui) 属性值来在需要展示很多列的布局下默认隐藏筛选按钮
</docs>
<docs locale="en-US">
You can use the `ui` prop value `crowded` to hide filter button by default when there are too many columns to be displayed.
You can use the [`ui`](#props-ui) prop value `crowded` to hide filter button by default when there are too many columns to be displayed.
</docs>

View File

@@ -137,9 +137,9 @@ h4 {
</style>
<docs>
在固定列模式下必须为被固定的列指定 `width` 属性
在固定列模式下必须为被固定的列指定 [`width`](./column#props-width) 属性
</docs>
<docs locale="en-US">
The `width` prop must be specified for fixed columns.
The [`width`](./column#props-width) prop must be specified for fixed columns.
</docs>