Skip to content

Commit

Permalink
Merge branch 'docs/form-v3' of github.com:nuxt/ui into docs/form-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
romhml committed Sep 11, 2024
2 parents b615142 + ceb7867 commit fec7477
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ async function onSubmit(event: FormSubmitEvent<any>) {
:schema="schema"
class="gap-4 flex flex-col w-60"
@submit="onSubmit"
@error="onError"
>
<UFormField label="Customer" name="customer">
<UInput v-model="state.customer" placeholder="Wonka Industries" />
Expand Down
1 change: 0 additions & 1 deletion docs/content/3.components/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ name: 'form-example-nested'
---
::


Or to implement list inputs:
::component-example
---
Expand Down

0 comments on commit fec7477

Please sign in to comment.