1 引入messageBox 插件

import {MessageBox} from ‘element-ui’

== 不同于一般插件在使用Vue.use()方法 ==

2 在vue 的原型对象上挂载confirm

Vue.prototype.$confirm = MessageBox.confirm

ElementUi中messageBox的使用

相关文章: