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