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