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