Skip to content

Commit

Permalink
Update Secreto.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxxeun authored Sep 24, 2024
1 parent aec33ec commit 7cfc251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Secreto.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<form @submit.prevent="addComment" class="mx-auto">
<form v-if="!error" @submit.prevent="addComment" class="mx-auto">
<textarea
v-model="newComment"
autofocus
Expand All @@ -27,6 +27,7 @@
</button>
</div>
</div>

<div v-else>
<ul>
<li
Expand Down

0 comments on commit 7cfc251

Please sign in to comment.