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