diff --git a/docs/en-US/component/link.md b/docs/en-US/component/link.md index 80e7df5f15..43ff1d960c 100644 --- a/docs/en-US/component/link.md +++ b/docs/en-US/component/link.md @@ -57,17 +57,17 @@ link/with-icon ### Attributes -| Name | Description | Type | Default | -|-----------|-------------------------------------|-----------------------------------------------------------------------------------|---------| -| type | type | ^[string]`'primary' \| 'success' \| 'warning' \| 'danger' \| 'info' \| 'default'` | default | -| underline | whether the component has underline | ^[boolean] | true | -| disabled | whether the component is disabled | ^[boolean] | false | -| href | same as native hyperlink's `href` | ^[string] | - | -| icon | icon component | ^[string] / ^[Component] | - | +| Name | Description | Type | Default | +| --------- | ----------------------------------- | ------------------------------------------------------------------------------- | ------- | +| type | type | ^[enum]`'primary' \| 'success' \| 'warning' \| 'danger' \| 'info' \| 'default'` | default | +| underline | whether the component has underline | ^[boolean] | true | +| disabled | whether the component is disabled | ^[boolean] | false | +| href | same as native hyperlink's `href` | ^[string] | — | +| icon | icon component | ^[string] / ^[Component] | — | ### Slots | Name | Description | -|---------|---------------------------| +| ------- | ------------------------- | | default | customize default content | | icon | customize icon component |