diff --git a/docs/content/api/use-form.md b/docs/content/api/use-form.md index 7861649b3..fc9f2d870 100644 --- a/docs/content/api/use-form.md +++ b/docs/content/api/use-form.md @@ -282,7 +282,7 @@ meta.value; // { valid: false, invalid: true, dirty: true, .... } -`values: ComputedRef>` +`values: Record`