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