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