zhangherong
2025-05-28 48aa87666e2eb0bb6de8cf8d66c7caf5015f62c8
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };