zhuzhuanzhuan
2023-08-07 d339466f9e05701f0f95407c6eeb49afc195d4d2
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };