Getting Full Post
In this episode of theming with WP REST API and Vue.js we are going to get and display the data of the full post.
So in this episode we are going to be creating new component in Vue.js and then we will use that component to display a single post. For this we are going to be using vue router that we installed at the beginning of this video series.
What we will end up is a link to our post that changes the URL of the page but doesn’t actually refresh the page, which is what we want.