A Vue.js rating plugin written by Benjamin Reid and updated by me.
-
Copy the file
-
Add the component to your component
components: {
'star-rating': require('./../../plugins/star-rating')
}
- Add the component to your view
<star-rating :value.sync="writeModel.rating" max="5"></star-rating>
Tested on Vue.js v1.0.25.