eventBus.js 57 B

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