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