Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created November 19, 2018 13:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
HTTP.get('wp-json/wp/v2/pages?slug=' + this.$route.params.id)
.then(resp => {
if (resp.data == '') {
this.$router.push('/not-found');
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment