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