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