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