Skip to content

Instantly share code, notes, and snippets.

@jackabox
Created May 23, 2019 15:34
Show Gist options
  • Save jackabox/b402acb4c54658b044552603d6d2c2cc to your computer and use it in GitHub Desktop.
Save jackabox/b402acb4c54658b044552603d6d2c2cc to your computer and use it in GitHub Desktop.
scroll views to top
router: {
scrollBehavior: function(to, from, savedPosition) {
return { x: 0, y: 0 }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment