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