zhangherong
2025-07-31 7b40ccf7afca3382a84fc2905078cec44aa5de7d
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };