The Object and Array type components are wrapped inside ValidationProvider and a ValidationObserver. The
ValidationProviderensures that the Object/Array itself is not empty if required. And also other validations if necessary.ValidationObserverensures to report all the errors occuring in it's nested child components.
npm install
npm run serve
npm run build
npm run test
npm run lint