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