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