The Object and Array type components are wrapped inside ValidationProvider
and a ValidationObserver
. The
ValidationProvider
ensures that the Object/Array itself is not empty if required. And also other validations if necessary.ValidationObserver
ensures to report all the errors occuring in it's nested child components.
reference-model
- A deep copy of the model object that we are modifying using vue-openapi-form component
npm install
npm run serve
npm run build
npm run test
npm run lint