Houjie
2025-05-26 62567906d095ac6882af60a60079a705c0976619
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };