From 2990ac5262b43aea951417256adbb20becde6c26 Mon Sep 17 00:00:00 2001 From: dolymood Date: Tue, 17 Apr 2018 11:20:12 +0800 Subject: [PATCH] style link in dialog doc --- document/components/docs/en-US/dialog.md | 2 +- document/components/docs/zh-CN/dialog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/document/components/docs/en-US/dialog.md b/document/components/docs/en-US/dialog.md index 5813daa0..664fcb57 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 131b54a2..24eb848d 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 | -- GitLab