qushaowei
2024-03-13 24404f195670ab3eb96fa2656113ed403238c5b0
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };