zhangherong
2025-03-25 30f4ebb4b5c949f4d0f0b9774228277fa5e8dd34
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };