How to use v-model inside v-for loop in Vue js
this is my first question here, I'm really desperate and I hope you can help me. I'm trying to build a post/comment/reply system like Facebook by using vuejs, I'm using v-for to loop all posts/comments/replies after I use Axios to…