qushaowei
2025-05-22 536786768f4dd03ebf2ff76b3a00adc9d1e5c043
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };