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