Last active
October 29, 2018 14:46
-
-
Save boutell/4b7016a597241f606b3efce81a7ec0b5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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