vue 实时消息插件_vue的消息插件

本文介绍了Vue的一款实时消息插件,其移动消息组件(m-message)参考了ElementUI和Ant Design的设计。文章详细阐述了消息API,包括Message.info、Message.success、Message.error、Message.warning和Message.loading等不同类型的提示方法,并提供了选项(options)配置说明。
摘要由CSDN通过智能技术生成

vue 实时消息插件

移动消息 (m-message)

A message plugin for vue.

vue的消息插件。

Refer to the implementation of ElementUI message component. Style reference ant-message component.

请参阅ElementUI消息组件的实现。 样式参考蚂蚁消息组件。

import Message from 'vue-m-message'

Vue.use(Message) // will mount `Vue.prototype.$message`
Vue.use(Message, {name: 'msg'}) // will mount `Vue.prototype.$msg`

讯息API (Message API)

  • Message(options) Show a message

    消息(选项)显示消息

  • Massage.info(msg|options) Info type message

    Massage.info(msg | options) Info类型消息

  • Massage.success(msg|options) Success type message

    Massage.success(msg | options) Success类型消息

  • Massage.error(msg|options) Error type message

    Massage.error(msg | options) Error类型消息

  • Massage.warning(msg|options) Warning type message

    Massage.warning(msg | options) Warning类型消息

  • Massage.loading(msg|options) Loading type message

    Massage.loading(msg | options) Loading类型消息

选项 (options)

AttributeDescriptionTypeAccepted ValuesDefault
optionsmessage optionsobject
options.typemessage typestring'info', 'success', 'error', 'warning', 'loading'info
options.messagemessage contentstring''
options.showCloseshow close buttonfalse/truefalse
options.onCloseclose callback functionfunction
options.durationmessage display duration, unit ms, -1 not closednumber3000
options.zIndexz-indexnumber1010
options.alginshow positionstringcenter
属性 描述 类型 接受值 默认
选项 讯息选项 目的 - -
options.type 讯息类型 “信息”,“成功”,“错误”,“警告”,“正在加载” 信息
options.message 讯息内容 - ''
options.showClose 显示关闭按钮 错误/正确 -
options.on关闭 关闭回调函数 功能 - -
options.duration 信息显示持续时间,单位毫秒,-1未关闭 - 3000
options.zIndex 索引 - 1010
options.algin 显示位置 中央

翻译自: https://vuejsexamples.com/a-message-plugin-for-vue/

vue 实时消息插件

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值