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