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