Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created January 27, 2019 19:26
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 uno-de-piera/6a798c29f8caadd737f3e7fc7a0f78e3 to your computer and use it in GitHub Desktop.
Save uno-de-piera/6a798c29f8caadd737f3e7fc7a0f78e3 to your computer and use it in GitHub Desktop.
Vue.prototype.$bus = new Vue(); //bus de eventos global!
new Vue({
router,
store,
render: h => h(App)
}).$mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment