zhuzhuanzhuan
2024-03-01 1f1e7a81d2e938159878d2d7ff43079df8f54240
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };