Skip to content

Instantly share code, notes, and snippets.

@DanielSmith
Created May 13, 2021 20:37
Show Gist options
  • Save DanielSmith/61ffa61838904abf2818fb1e7f2b2476 to your computer and use it in GitHub Desktop.
Save DanielSmith/61ffa61838904abf2818fb1e7f2b2476 to your computer and use it in GitHub Desktop.
Simple Eventbus
/*
** event-bus.js
*/
import Vue from 'vue'
export const eventBus = new Vue({
methods: {}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment