Skip to content

Commit

Permalink
docs(form): typo (nuxt#1953)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien AUTRICQUE <adrien.autricque@exotec.com>
  • Loading branch information
2 people authored and binhth-1206 committed Jul 28, 2024
1 parent 9979d59 commit aa7ba00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.components/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ defineExpose({
</script>
<template>
<UForm ref="form" :model="model" :validate="validateWithVuelidate">
<UForm ref="form" :state="model" :validate="validateWithVuelidate">
<slot />
</UForm>
</template>
Expand Down

0 comments on commit aa7ba00

Please sign in to comment.