Skip to content

Commit fb34cb9

Browse files
authored
docs(use-form-field): wrong id export (#4652)
1 parent 6df50fc commit fb34cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/2.composables/use-form-field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Use the auto-imported `useFormField` composable to integrate custom inputs with
1010

1111
```vue
1212
<script setup lang="ts">
13-
const { inputId, emitFormBlur, emitFormInput, emitFormChange } = useFormField()
13+
const { id, emitFormBlur, emitFormInput, emitFormChange } = useFormField()
1414
</script>
1515
```

0 commit comments

Comments
 (0)