Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created March 29, 2019 17:52
Show Gist options
  • Save ntakouris/35860a235619134366918a8085b7002f to your computer and use it in GitHub Desktop.
Save ntakouris/35860a235619134366918a8085b7002f 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