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