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