rt-sim-training-client/src/scripts/event-bus.js
2019-08-02 10:36:17 +08:00

5 lines
75 B
JavaScript

// event-bus.js
import Vue from 'vue';
export const EventBus = new Vue();