Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Oct 4, 2024
1 parent a00d305 commit a64d745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playground/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ async function handleSubmit() {
<UFormGroup
label="Email"
>
<UInput
v-model="formData.email"
<UInput
v-model="formData.email"
placeholder="Enter your email"
name="email"
type="email"
Expand All @@ -112,7 +112,7 @@ async function handleSubmit() {
class="space-yy-6"
>
<UInput
v-model="formData.password"
v-model="formData.password"

placeholder="Enter your password"
name="password"
Expand Down

0 comments on commit a64d745

Please sign in to comment.