Skip to content

Instantly share code, notes, and snippets.

@tygerbytes
Created December 11, 2018 19:17
Embed
What would you like to do?
new Vue({
render: h => h(App),
router,
// Provide the store using the "store" option.
// this will inject the store instance to all child components.
store,
}).$mount('#app');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment