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