vue定义全局组件

类似于Element的全局消息提醒⏰组件使用方法
this.$message({
message: res,
center: true
})

全局提示组件

1
2
3
4
5
6
7
import popWindow from '@/base/pop-window/pop-window'
const popMessage={
install:function (Vue) {
Vue.component('popMessage',popWindow)
}
}
Vue.use(popMessage)

定义全局方法 全局弹窗组件 二次确认框等

1
2
3
4
Vue.prototype.popMess = function (res){
console.log(res)
console.log('全局消息提示方法')
}

extension://ccfjcepmiaackkccabgeeegeklgifffd/imgs/map/tip-arrow-top.png");”>