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