[Vuejs]-How can the user only able to give rating for once? (vue.js 2)

0๐Ÿ‘

<star-rating :value="3" name="communication" :exist="true"></star-rating>

You can set flag\property to your component, and use it decide to allow user set rating or not.

Leave a comment