lyh
2025-01-15 4b63863da4ed4c147c317ba6f432b90432745b66
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };