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