cuilei
2025-08-09 4dfa438cbd4f3f475c97a2233688d1fe3628099c
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };