Skip to content

Instantly share code, notes, and snippets.

@romain130492
Last active April 7, 2020 02: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 romain130492/6ff2b1625dd13292c6480090f6d4368f to your computer and use it in GitHub Desktop.
Save romain130492/6ff2b1625dd13292c6480090f6d4368f to your computer and use it in GitHub Desktop.
#vue Programmatic Navigation

Programmatic Navigation

To go back to the last page visited

this.$route(-1)

<a @click="$router.go(-1)">back</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment