摘要: 全局事件总线(GlobalEventBus) 一种组件间通信的方式,适用于任意组件间通信。 使用方法 安装全局事件总线 在main.js里 new Vue({ ... beforeCreate() { Vue.prototype.$bus = this }, ... }) 使用全局事件总线 接收数据 阅读全文
posted @ 2023-04-13 09:06 月豕 阅读(33) 评论(0) 推荐(0)