cuijian
2023-10-24 7f98d8bf975e89b8ced554916d3a46739f5275d3
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };