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 (‘警告’)