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