zhangherong
2025-03-19 6cd23d79545071411d3fd63c357262aec5cc59f4
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };