Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created March 29, 2019 17:51
Show Gist options
  • Save ntakouris/cfb5c0b68ba7ead20a9cb52dbe4e0dca to your computer and use it in GitHub Desktop.
Save ntakouris/cfb5c0b68ba7ead20a9cb52dbe4e0dca to your computer and use it in GitHub Desktop.
methods: {
goBack () {
this.$router.back()
},
goHome () {
this.$router.push(AppRoutes.Home)
},
goTo (routeName) {
this.$router.push(routeName)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment