Error in v-on handler: “TypeError: this.$confirm is not a function“


Error in v-on handler: “TypeError: this.$confirm is not a function“

在vue项目中从全局引入element-ui改为按需引入后报错

解决方法:

1 引入messageBox 插件
import {MessageBox} from ‘element-ui’

2 在vue 的原型对象上挂载confirm
Vue.prototype.$confirm = MessageBox.confirm

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM