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