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