# Alert 警告

通过简短的提示,向用户显示警告的信息。

# 属性对比(只显示有差异的)

参数 WinDesign Element-ui
boldTitle
center
effect
banner

# 代码演示

# API

# Attributes

参数 说明 类型 可选值 默认值 Version
closable 是否可关闭 Boolean true
close-text 文本关闭按钮 String
description 添加描述性的内容 String
show-icon 是否显示图标 Boolean false
title 标题 String
type 提示类型 String 'success' | 'warning' | 'info' | 'error' 'info'
bold-title 存在辅助性文字时标题是否加粗 boolean false V2.2.5
banner 是否用作通栏提示 boolean false V2.2.7

# Slot

Name Description
描述
title 标题的内容

# Events

参数 说明 回调参数 Version
close 关闭 alert 时触发的事件
上次更新: 4/17/2024, 5:12:42 PM