Houjie
2025-05-23 6232ac30ca4f54e28ddeccdf5aca03734d02aada
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };