@@ -33,7 +33,7 @@ const router = useRouter();
const { id } = unref(router.currentRoute)?.params;
const evaluate = ref({
comment: '',
- starRank: 2.5,
+ starRank: 5,
});
async function handlComment() {
const { comment, starRank} = evaluate.value