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