diff --git a/document/components/docs/en-US/dialog.md b/document/components/docs/en-US/dialog.md index 5813daa03ce497ed8f6d50534bbde4df106b4e55..664fcb5747b8cf2e54063d8eb2207ce26d03784a 100644 --- a/document/components/docs/en-US/dialog.md +++ b/document/components/docs/en-US/dialog.md @@ -155,7 +155,7 @@ __Notice:__ Cause this component used create-api, so you should read [create-api | Attribute | Description | Type | Accepted Values | Default | | - | - | - | - | - | | type | dialog type | String | alert / confirm | alert | -| icon | icon class name | String | [refer to built-in icons in style module](#/style) | '' | +| icon | icon class name | String | [refer to built-in icons in style module](#/en-US/docs/style) | '' | | title | title | String | - | '' | | content | content | String | - | '' | | showClose | whether to show close button | Boolean | true/false | false | diff --git a/document/components/docs/zh-CN/dialog.md b/document/components/docs/zh-CN/dialog.md index 131b54a2028ac3fbbca9720807d7f033db9e7476..24eb848d8e7179b715245a6847099872f152e472 100644 --- a/document/components/docs/zh-CN/dialog.md +++ b/document/components/docs/zh-CN/dialog.md @@ -155,7 +155,7 @@ __注:__ 由于此组件基于 create-api 实现,所以在使用之前,请 | 参数 | 说明 | 类型 | 可选值 | 默认值 | | - | - | - | - | - | | type | 类型 | String | 提示框 alert / 确认框 confirm | alert | -| icon | 图标的 class 名 | String | [参照 style 模块下的内置 icon 部分](#/style) | '' | +| icon | 图标的 class 名 | String | [参照 style 模块下的内置 icon 部分](#/zh-CN/docs/style) | '' | | title | 标题 | String | - | '' | | content | 正文 | String | - | '' | | showClose | 是否显示关闭按钮 | Boolean | true/false | false |