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