I have a bunch of posts in a list that comes from a database. Each post has its own rating and so if I look at a post i want to see that post’s rating. How do I do that pls? The value comes from the database so how do I bind each rating its post? On a single post I can use v-model but how do I do it with a list of posts?
Help is really appreciated