From a45bcd4d075194f2e6e23059074b184d1f102cdf Mon Sep 17 00:00:00 2001 From: zhujun24 Date: Wed, 29 Jul 2015 17:33:28 +0800 Subject: [PATCH] fixed closable introduce in index.md --- components/alert/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/alert/index.md b/components/alert/index.md index 12067e1309..4de86d8726 100644 --- a/components/alert/index.md +++ b/components/alert/index.md @@ -16,7 +16,7 @@ | 参数 | 说明 | 类型 | 默认值 | |----------- |--------------------------------------------------------- | ---------- |-------| | type | 必选参数,指定警告提示的样式,有四种选择`success`、`info`、`warn`、`error` | String | 无 | -| closable | 可选参数,是否显示关闭按钮 | Boolean | false | +| closable | 可选参数,值为字符串`true`时显示关闭按钮,默认不显示 | String | 无 | | closeText | 可选参数,自定义关闭 | String | 无 | | message | 必选参数,警告提示内容 | String | 无 | | description | 可选参数,警告提示的辅助性文字介绍 | String | 无 |