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