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