zhuzhuanzhuan
2023-12-19 ef98bcf76c6265b66005ebed8a7b6f059db21ad0
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };