Skip to content

Instantly share code, notes, and snippets.

@djirdehh
Last active June 14, 2018 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djirdehh/adc4f2c816ba731acb7bcacc4b9624d9 to your computer and use it in GitHub Desktop.
Save djirdehh/adc4f2c816ba731acb7bcacc4b9624d9 to your computer and use it in GitHub Desktop.
Creating an EventBus instance
import Vue from 'vue';
export const EventBus = new Vue();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment