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