fix(vue-vuetify): reuse provided ajv instance (#2602) - Reuse the same AJV instance throughout JSON Forms in vue-vuetify to ensure that user configuration of AJV is retained. - add test that `additionalProperties` reuses the parent form's AJV
vue: pass explicit undefined defaults to optional injections Pass explicit undefined defaults to optional jsonforms and dispatch injections so Vue does not warn when helper components are rendered outside a JsonForms provider.