zhuzhuanzhuan
2023-10-17 a29d081ef2c8657448213006427fb9f7233acc35
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };