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