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