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