mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +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: {
|
||||
value(val) {
|
||||
value() {
|
||||
this.rating = this.value;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue