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