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