Skip to content

Commit

Permalink
docs: fix inconsistent values type closes #3465
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Aug 30, 2021
1 parent baa12ca commit 2d8ad87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/api/use-form.md
Expand Up @@ -282,7 +282,7 @@ meta.value; // { valid: false, invalid: true, dirty: true, .... }

<code-title level="4">

`values: ComputedRef<Record<string, any>>`
`values: Record<string, any>`

</code-title>

Expand Down

0 comments on commit 2d8ad87

Please sign in to comment.