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