Skip to content

Commit 519231d

Browse files
committed
add key to JsonForms example in vue3
closes #2108
1 parent 2bbc646 commit 519231d

File tree

1 file changed

+1
-0
lines changed
  • packages/vue/vue-vanilla/dev/components

1 file changed

+1
-0
lines changed

packages/vue/vue-vanilla/dev/components/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export default defineComponent({
107107

108108
<div class="form">
109109
<json-forms
110+
:key="example.name"
110111
:data="example.data"
111112
:schema="example.schema"
112113
:uischema="example.uischema"

0 commit comments

Comments
 (0)