Skip to content

Notification 通知

基础用法

配置项

属性名描述默认值可选值必填类型
title通知标题--string
message通知内容--string
title通知类型primary、info、success、warning、dangerColorType
closable是否可以关闭falseboolean
duration持续时间, 单位ms, 为0则不会关闭3000-number
buttonText通知按钮文字--string
onClose关闭时的回调函数--Function
onClick点击时的回调函数--Function

基于 MIT 协议