参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
text | 消息文字 | string / VNode | — | — |
type | 主题 | string | success/warning/info/error | info |
icon | 消息提示Icon图标 | 参考图标库 | — | — |
timeout | 消息提示框消失时间(单位:毫秒ms) | number | — | 3000 |
textColor | 文本颜色,type 为 custom 时有效 | string | — | — |
bgColor | 背景颜色,type 为 custom 时有效 | string | — | — |
customClass | 自定义组件类名 | string | — | — |
showClose | 是否显示关闭按钮 | boolean | — | false |
center | 文字是否居中 | boolean | — | false |