Here is the code snippet I am working with:
<div id="app">
<p>Communication:</p>
<star-rating :value="3" name="communication"></star-rating>
</div>
You can see a demo and the full code here: https://jsfiddle.net/oscar11/swyuarc9/16/
I am looking to ensure that once a user has given a rating, they are unable to do so again.
How can I achieve this functionality?