Need help with <router-link :to=" /post/ + post.slug">{{post.title}}</router-link>


I want, when you click in the list of post you clan click a specific post.
But i dont know how to get the data of that post with the router-link.

{{post.title}}

Well, we do code here, not pictures. Please post some code and maybe we can help you.
Your title shows a template with a variable inside it which is replaced with something, but what, we
do not know as you did not show us any code.
It appears that the data INSIDE the {{post.title}} variable is most likely where you need to add your anchor in.
But, only guessing without knowing some of your code…

Sponsor our Newsletter | Privacy Policy | Terms of Service