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