qushaowei
2023-10-29 1ef38f7b420900816f27bdea509017cab11a96d2
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };