Vue+Element-ui弹窗 this.$alert is not a function问题

Vue Element-ui弹窗 this.$alert is not a function

使用问题

Element-ui官网上单独引用MessageBox的话需要在import中加入MessageBox。

Vue+Element-ui弹窗 this.$alert is not a function问题_第1张图片

但是在使用时报了this.$alert is not a function

Vue+Element-ui弹窗 this.$alert is not a function问题_第2张图片

解决办法

在element.js中加入Vue.prototype.$XXX = MessageBox

在使用时用this. $XXX.alert

Vue+Element-ui弹窗 this.$alert is not a function问题_第3张图片

Vue element-ui 弹窗使用遇到的问题

弹窗里定义了表单使用遇到关闭弹窗再次开启时会自动保存上一次的数据而不是重置初始数据的问题

解决代码如下


 
 

以上为个人经验,希望能给大家一个参考,也希望大家多多支持脚本之家。

你可能感兴趣的:(Vue+Element-ui弹窗 this.$alert is not a function问题)