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