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