Skip to content

Commit 00ad99f

Browse files
committed
docs: fix pinia page
1 parent 13fc8be commit 00ad99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/examples/using-stores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ The example integrates a form state into the store by utilizing a setup function
1919

2020
Notice the errors are displayed immediately, this is because when using `useFieldModel` vee-validate can no longer detect the field touched state. If you want to control the validation behavior in this case, then you need to implement a custom component with `useField` or `<Field>`.
2121

22-
</doc-tip
22+
</doc-tip>
2323

2424
<live-example id="vee-validate-v4-pinia"></live-example>

0 commit comments

Comments
 (0)