Vue eventBus 事件总线

Vue eventBus 事件总线

Vue eventBus 事件总线

 Vue eventBus 事件总线

Vue eventBus 事件总线

 1.创建总线JS 

2.引入需要使用的地方,或者在main.js里面全局引入 注册

3.绑定bus.$on总线名称

4.使用总线的方法bus.$emit