[F] Fix UI upate issue after changing stars

This commit is contained in:
Hykilpikonna
2020-04-26 18:45:58 -04:00
parent f9fc840c3c
commit 4b12b44f8b
@@ -112,6 +112,7 @@
changeStars(index: number, star: number)
{
this.ratingData[index] = star + 1;
this.$forceUpdate();
}
}
</script>