Skip to content

Commit

Permalink
Fix attr casing
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Jun 13, 2024
1 parent d354cd9 commit 8cd1e42
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/JsonSchemaForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ defineProps<{
</script>

<template>
<!-- eslint-disable -->
<!-- (needed to keep React-friendly attr casing) -->
<VeauryForm
:schema
:validator="validator"
:form-data="data"
:on-change
:on-submit
:on-error
:formData="data"
:onChange
:onSubmit
:onError
:experimental_defaultFormStateBehavior="{
allOf: 'populateDefaults',
}"
Expand Down

0 comments on commit 8cd1e42

Please sign in to comment.