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