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