zhuzhuanzhuan
2024-01-26 e37d3453b9d732c25133657d176564248a466c35
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };