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