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