Skip to content

Notification 通知提醒 ​

函数式通知 API,从右上角弹出。

基础用法 ​

vue
<template>
  notification.success({ title: '成功', content: '操作完成' })
</template>

API ​

Props ​

属性类型默认值说明
titlestring''标题
contentstring''内容
durationnumber3000自动关闭 ms,0 不关闭