Skip to content

Alert 警告

告警提示横幅。

操作成功
请注意检查数据
×
错误
提交失败
vue
<AAlert type="success">操作成功</AAlert>
<AAlert type="warning" closable>警告信息</AAlert>
<AAlert type="error" title="错误">详细信息</AAlert>
属性类型默认值说明
type'default'|'primary'|'info'|'success'|'warning'|'error''default'类型
titlestring标题
closablebooleanfalse可关闭
borderedbooleantrue边框

Released under the MIT License.