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