Skip to content

<VueFormFields>

It is a wrapper component that you need to use to wrap multiple <VueFormField> components.

vue
<template>
  <VueForm>
    <template #default="{...}">
      <VueFormFields>
        <!-- Fields -->
      </VueFormFields>
    </template>
  </VueForm>
</template>

Version 1.0.0