Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created November 19, 2018 13:07
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 billrobbins/4080df21325d8cac8724f5af9ce203a1 to your computer and use it in GitHub Desktop.
Save billrobbins/4080df21325d8cac8724f5af9ce203a1 to your computer and use it in GitHub Desktop.
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