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