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