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