# Notification 通知提醒框
# 基本使用
复制代码
# 自定义样式
复制代码
# 位置
复制代码
# 带图标的通知提醒框
复制代码
# 自动关闭取消
复制代码
# API
包括:
- Notification.open
- Notification.success
- Notification.error
- Notification.warning
- Notification.confirm
# Notification
参数 | 说明 | 类型 | 默认值 | 版本 |
---|---|---|---|---|
className | 自定义class | string | ||
title | 标题 | string | ||
content | 内容 | string | ||
duration | 自定关闭时长 | number | 4.5 | |
visible(v-model) | 提示框是否可见 | boolean | false | |
position | 提示框显示位置,可选 topLeft topRight bottomLeft bottomRight | string | topRight |
# Notification 事件
事件名称 | 说明 | 回调参数 |
---|---|---|
onClose | 点击默认关闭按钮时出发回调函数 | function(e) |
← Divider 分隔线 Tree 树形控件 →