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