In this lesson, we’ll add a Comment section in the Post Details Page. It will show a list of comments using the GET route, and it will go through a mutation flow to add new comments via the POST route and refresh the comments to show the new one.
We’re going to create the comment section in a new component.
📁 /components/CommentSection.vue
<scr