Skip to content

Instantly share code, notes, and snippets.

@jobcerto
Created June 24, 2017 00:53
Show Gist options
  • Save jobcerto/4724d66c8ad55403e221ebe76c42fe20 to your computer and use it in GitHub Desktop.
Save jobcerto/4724d66c8ad55403e221ebe76c42fe20 to your computer and use it in GitHub Desktop.
window.Vue = require('vue');
window.events = new Vue();
Vue.component('emit', require('./components/Emit.vue'));
Vue.component('listen', require('./components/Listen.vue'));
const app = new Vue({
el: '#app',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment