const eventBus = {
    install(Vue,options) {
        Vue.prototype.$bus = vue
    }
};
Vue.use(eventBus);
View Code

相关文章:

  • 2021-08-12
  • 2022-12-23
  • 2021-11-11
  • 2021-09-03
  • 2022-01-24
  • 2021-12-26
  • 2022-12-23
  • 2022-01-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-13
  • 2021-07-12
  • 2022-12-23
  • 2021-11-10
相关资源
相似解决方案