qushaowei
2023-09-05 85340187a01ab2cfd064d88f20741f95386f3295
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };