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