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