VUE中使用ElementUI messageBox的使用

1 引入messageBox 插件
import {MessageBox} from ‘element-ui’
== 不同于一般插件在使用Vue.use()方法 ==

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

 

posted @ 2020-06-29 09:54  跟着阿笨一起玩.NET  阅读(5246)  评论(0编辑  收藏  举报