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