Skip to content

Instantly share code, notes, and snippets.

@boutell
Last active October 29, 2018 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boutell/4b7016a597241f606b3efce81a7ec0b5 to your computer and use it in GitHub Desktop.
Save boutell/4b7016a597241f606b3efce81a7ec0b5 to your computer and use it in GitHub Desktop.
<template>
<div class="apos-schema">
<component
v-for="field in fields"
:is="options.components.fields[field.type]"
v-model="fieldState[field.name]"
:field="field"
:context="next.data"
/>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment