-
Some part of my form are child components that contain one or multiple fields. I'm not sure how I should manage that with vee-validate, but I guess it's whith ValidationProvider and ValidationObserver. The doc for vee-validate 4 does not have a section regarding ValidationProvider. I don't really understand how it should be used in composition API. Do we have an example of that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
The The composition API already has examples and snippets guiding you through the integration, there is also the examples section with examples for the composition API. |
Beta Was this translation helpful? Give feedback.
The
ValidationProvider
andValidationObserver
were removed in v4 in favor of similar components calledField
andForm
and they function similarly with a different API.The composition API already has examples and snippets guiding you through the integration, there is also the examples section with examples for the composition API.