I would like to ask the Form form of iview, how to authenticate the formItem written in the subcomponents?

this is the parent component of the form
which introduces two child components
there are many formItem in each child component.
can be authenticated if it is written directly in the form without the use of subcomponents.
the question now is: how can I click the submit button of the parent component and also validate the form of the child component?
paste the code.
clipboard.png

clipboard.png

Mar.18,2021

has been solved. Using prop to pass values, the child component can use the object passed by the parent component, and vue is not good at it.
paste the modified demo of the official iview example.

Menu