vue + Element UI的Notification通知

vue + Element UI的Notification通知

比较简单

效果图
vue + Element UI的Notification通知_第1张图片源码
var msg = new Vue({
el: “#Message”,
data: {
list: [
{ msg: “请输入用户名”, title: “错误”, type: “error”, duration:0 },
{ msg: “登录成功”, title: “成功”, type: “success”, duration: 3000 },
{ msg: “账号安全警告”, title: “警告”, type: “warning”, duration: 8000 },
{ msg: “类型通知内容消失时间自定义类型通知内容消失时间自定义类型通知内容消失时间自定义”, title: “通知”, type: “info”, duration: 0 }
]
},
methods: {
Message: async function (data) {
for (var i = 0; i < data.length; i++) {
await this.KaTeX parse error: Expected '}&#

你可能感兴趣的:(vue,html5,vue.js,elementui)