原文:纯js中使用Message、MessageBox的方法

常规是在全局引入message,但是如果我想在二次封装的纯.js文件里面使用: import Message from element ui function Message showClose: true, message: 消息提示 , type: error , duration: 同样MessageBox也可以这样使用 import MessageBox from element ui f ...

2018-12-07 10:45 0 4105 推荐指数:

查看详情

VUE中使用ElementUI messageBox使用

1 引入messageBox 插件import {MessageBox} from ‘element-ui’== 不同于一般插件在使用Vue.use()方法 == 2 在vue 的原型对象上挂载confirmVue.prototype.$confirm = MessageBox.confirm ...

Mon Jun 29 17:54:00 CST 2020 0 2492
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM