Skip to content

Instantly share code, notes, and snippets.

@tygerbytes
Created December 11, 2018 19:17
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 tygerbytes/a08d05cbfea67c9280e8edf4605f8d70 to your computer and use it in GitHub Desktop.
Save tygerbytes/a08d05cbfea67c9280e8edf4605f8d70 to your computer and use it in GitHub Desktop.
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