Skip to content

Commit 0776dc5

Browse files
authored
Typo in keepValuesOnUnmount in useForm() (#3900)
1 parent 6ab40df commit 0776dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/composition-api/nested-objects-and-arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ import { useForm } from 'vee-validate';
251251

252252
// keep all values when their fields get unmounted
253253
const { values } = useForm({
254-
keepValueOnUnmount: true,
254+
keepValuesOnUnmount: true,
255255
});
256256
```
257257

0 commit comments

Comments
 (0)