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