Skip to content

Instantly share code, notes, and snippets.

@vouill
Created December 4, 2017 11:05
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 vouill/5a37ea3f627cba8380ccc57b2810a648 to your computer and use it in GitHub Desktop.
Save vouill/5a37ea3f627cba8380ccc57b2810a648 to your computer and use it in GitHub Desktop.
logout method
methods: {
logout: function () {
this.$store.dispatch(AUTH_LOGOUT)
.then(() => {
this.$router.push('/login')
})
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment