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