[Vuejs]-V-rating not displaying the value stored in the firestore database

0👍

You’re using item-value="rating". as far as i know it’s value="5" and for binding it should be :value="item.rating" try changing this. if you don’t have rating with each item make sure to check that.

Leave a comment