摘要: 全局事件总线(GlobalEventBus) 一种组件间通信的方式,适用于任意组件间通信。 安装全局事件总线: new Vue({ ...... beforeCreate() { Vue.prototype.$bus = this //安装全局事件总线,$bus就是当前应用的vm }, ...... 阅读全文
posted @ 2022-07-13 11:48 miaosen 阅读(137) 评论(0) 推荐(0) 编辑