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