diff --git a/docs/en-US/component/config-provider.md b/docs/en-US/component/config-provider.md index 37be94b616..edc9c1fd2d 100644 --- a/docs/en-US/component/config-provider.md +++ b/docs/en-US/component/config-provider.md @@ -49,8 +49,8 @@ In this section, you can learn how to use Config Provider to provide experimenta | size | global component size | ^[enum]`'large' \| 'default' \| 'small'` | default | | zIndex | global Initial zIndex | ^[number] | — | | namespace | global component className prefix (cooperated with [$namespace](https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/src/mixins/config.scss#L1)) | ^[string] | el | -| button | button related configuration, [see the following table](#button-attributes) | ^[object]`{autoInsertSpace?: boolean}` | see the following table | -| message | message related configuration, [see the following table](#message-attributes) | ^[object]`{max?: number}` | see the following table | +| button | button related configuration, [see the following table](#button-attribute) | ^[object]`{autoInsertSpace?: boolean}` | see the following table | +| message | message related configuration, [see the following table](#message-attribute) | ^[object]`{max?: number}` | see the following table | | experimental-features | features at experimental stage to be added, all features are default to be set to false | ^[object] | — | ### Button Attribute diff --git a/docs/en-US/component/icon.md b/docs/en-US/component/icon.md index 2522334799..f91658b8a3 100644 --- a/docs/en-US/component/icon.md +++ b/docs/en-US/component/icon.md @@ -200,7 +200,7 @@ import { Edit, Share, Delete, Search, Loading } from '@element-plus/icons-vue' -## Icon Collection +## Icon Collection{#icon-collection} :::tip diff --git a/docs/en-US/component/table-v2.md b/docs/en-US/component/table-v2.md index da7b72b7ab..8eb9afeb05 100644 --- a/docs/en-US/component/table-v2.md +++ b/docs/en-US/component/table-v2.md @@ -54,7 +54,7 @@ table-v2/auto-resizer ::: -## Customize Cell Renderer +## Customize Cell Renderer{#customize-cell-renderer} Of course, you can render the table cell per your needs, here is a simple example of how to customize your cell. @@ -390,10 +390,10 @@ Note that these are `JavaScript` Objects, so that you **CANNOT USE** kebab-case | maxWidth | Maximum width for the column | String | - | | minWidth | Minimum width for the column | String | - | | width \* | Width for the column **Required** | Number | - | -| cellRenderer | Customized Cell renderer | VueComponent/(props: [CellRenderProps](#renderer-typings)) => VNode | - | -| headerCellRenderer | Customized Header renderer | VueComponent/(props: [HeaderRenderProps](#renderer-typings)) => VNode | - | +| cellRenderer | Customized Cell renderer | VueComponent/(props: [CellRenderProps](#typings)) => VNode | - | +| headerCellRenderer | Customized Header renderer | VueComponent/(props: [HeaderRenderProps](#typings)) => VNode | - | -## Typings +## Typings{#typings}
Show Type Declarations