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