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