标签:uri min message const span 原型 tle sage style
1.在main.js中引入
const messageBox =Mint.MessageBox;
Vue.prototype.$message=messageBox; //全局使用,挂载到原型上
2.使用
this.$message.confirm(message, title);
标签:uri min message const span 原型 tle sage style
原文地址:https://www.cnblogs.com/zousaili/p/9284890.html