Skip to content
Snippets Groups Projects
Unverified Commit 13d96a05 authored by Marc Hanisch's avatar Marc Hanisch
Browse files

emit the input event when the model was changed

parent e256df4e
No related branches found
No related tags found
2 merge requests!90Draft: restructure frontend properties 2,!82Restructure frontend
......@@ -2,11 +2,11 @@
<div>
<NuxtChild
v-if="isEditModeForField"
v-model="value"
v-model="field"
/>
<CustomFieldCard
v-else
v-model="value"
v-model="field"
/>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment