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