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