示例图
import { MessageBox } from 'element-ui'
Vue.prototype.$confirm = MessageBox.confirm
项目中使用
confirmResult返回结果是字符串,取消是cancel,确定是confirm
import { MessageBox } from 'element-ui'
Vue.prototype.$confirm = MessageBox.confirm
confirmResult返回结果是字符串,取消是cancel,确定是confirm