[rating-bar] fix warning

This commit is contained in:
Laercio Santana 2017-03-18 19:12:38 -03:00
parent 776c78af94
commit 90f2e97edb

View file

@ -61,7 +61,7 @@
}
},
watch: {
value(val) {
value() {
this.rating = this.value;
}
},