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