Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnWeeks1 committed Mar 30, 2023
1 parent e31a6c5 commit 618e5b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
placeholder="Email: [email protected]"
v-model:input="email"
inputType="email"
:error="errors && errors.name ? errors.name[0] : ''"
:error="errors && errors.email ? errors.email[0] : ''"
/>
</div>

Expand All @@ -27,8 +27,6 @@
/>
</div>

{{ errors }}

<div class="mt-10">
<button
type="submit"
Expand Down

0 comments on commit 618e5b8

Please sign in to comment.