zenglf
2023-09-28 8e75a78f55d60565eb48b25eafd4eb07939ce2cc
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };