diff --git a/src/components/mdRatingBar/mdRatingBar.vue b/src/components/mdRatingBar/mdRatingBar.vue index 4ccf866..6ad7922 100644 --- a/src/components/mdRatingBar/mdRatingBar.vue +++ b/src/components/mdRatingBar/mdRatingBar.vue @@ -78,6 +78,7 @@ var selected = this.getIconIndex(evt.target); this.$emit('input', selected / this.numStars); + this.$emit('change', selected / this.numStars); } }, getIconIndex(iconSelected) {//icon is a dom element