eventBus.js 58 B

12
  1. import Vue from 'vue';
  2. export const EventBus = new Vue();