[F] Fix UI upate issue after changing stars
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
changeStars(index: number, star: number)
|
||||
{
|
||||
this.ratingData[index] = star + 1;
|
||||
this.$forceUpdate();
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user