Alert 警告

用于页面中展示重要的提示信息

基本用法

Attributes

参数 说明 类型 可选值 默认值
title 标题 string - ''
description 辅助性文字 string - ''
type 类型 string success/warning/info/error ''
closable 是否可关闭 boolean true/false true
center 是否居中 boolean true/false false
closeText 关闭按钮自定义 string - -

Events

事件名称 说明 回调参数
close 关闭的回调 ''

Slot

name 说明
icon 标题前的icon