vue 事件总线bus 使用

1.在 main.js里配置
Vue.prototype.bus.bus.$on('事件名称',(参数)=>{
console.log('监听aaa')
})

你可能感兴趣的:(vue 事件总线bus 使用)