码迷,mamicode.com
首页 > 其他好文 > 详细

用$emit $on实现页面弹窗

时间:2020-06-22 17:18:09      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:事件   总线   必须   show   res   eve   prot   style   弹窗   

1.在main.js中引入中央事件

/ 引入$emit和 $on 中央时间总线
Vue.prototype.$eventBus = new New()

2.在父组件的事件中写入要触发的子组件的值

this.$eventBus.$emit("show",参数)

3.在子组件中写出

this.$eventBus.$on("show",res=>{
// 这里写入要触发的事
})

注意,父组件和子组件$emit和$on的"show"必须相同

用$emit $on实现页面弹窗

标签:事件   总线   必须   show   res   eve   prot   style   弹窗   

原文地址:https://www.cnblogs.com/xiaoyiyiaixuexi/p/13177737.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!