1、在element.js中导入弹窗
// 导入弹窗 import { Message } from 'element-ui' Vue.prototype.$message = Message
2、使用方法
return this.$message.error(‘失败’) return this.$message.sucess(‘成功’) return this.$message. warning (‘警告’)
1、在element.js中导入弹窗
// 导入弹窗 import { Message } from 'element-ui' Vue.prototype.$message = Message
2、使用方法
return this.$message.error(‘失败’) return this.$message.sucess(‘成功’) return this.$message. warning (‘警告’)
扫码关注‘简忆博客’微信公众号,获取最新文章动态
转载:请说明文章出处“来源简忆博客”。http://tpxhm.com/fdetail/497.html
简忆博客
勤于学习,乐于分享
文章评论(0)