用于页面中展示重要的提示信息
This is Alert Desc
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
title | 标题 | string | - | '' |
description | 辅助性文字 | string | - | '' |
type | 类型 | string | success/warning/info/error | '' |
closable | 是否可关闭 | boolean | true/false | true |
center | 是否居中 | boolean | true/false | false |
closeText | 关闭按钮自定义 | string | - | - |
事件名称 | 说明 | 回调参数 |
---|---|---|
close | 关闭的回调 | '' |
name | 说明 |
---|---|
icon | 标题前的icon |