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

Vue开发中的中央事件总线创建以及使用

时间:2019-12-17 18:19:04      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:修改   win   import   type   new   开发   对象   ntb   eve   

// main.js
import Vue from ‘vue‘;//通常已经引入
window.eventBus = new Vue();   // 注册全局事件对象
// 修改Vue的原型链
Vue.prototype.$event = new Vue();



//使用方式
this.$event.$emit......
this.$event.$on.......

Vue开发中的中央事件总线创建以及使用

标签:修改   win   import   type   new   开发   对象   ntb   eve   

原文地址:https://www.cnblogs.com/lordjinsdream/p/12055664.html

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