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