3 lines
92 B
JavaScript
3 lines
92 B
JavaScript
import Vue from 'vue';
|
|
window.EventBus = new Vue();
|
|
export const EventBus = window.EventBus; |