mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-27 16:14:00 +00:00
[rating-bar] fix warning
This commit is contained in:
parent
776c78af94
commit
90f2e97edb
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
value(val) {
|
value() {
|
||||||
this.rating = this.value;
|
this.rating = this.value;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue