Skip to content

Commit b8e2a77

Browse files
committed
fix(FormkitComponent): change data binding from v-bind to v-model
1 parent aedbb0b commit b8e2a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/app/components/FormkitComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async function submitHandler() {
131131
<h2>FormKit PrimeVue Nuxt Playground</h2>
132132
<div v-if="data">
133133
<FormKitDataEdit
134-
v-bind="data"
134+
v-model="data"
135135
:schema="schema"
136136
:show-reset="true"
137137
:debug-schema="false"

0 commit comments

Comments
 (0)