wotamann / vuetify-form-base

Schema-based Form Generator - Vue.js 2.0 Component based on Vuetify 2.0
https://wotamann.github.io/vuetify
232 stars 64 forks source link

How can I wrap the inputs in my own element? #109

Open VictorioBerra opened 3 years ago

VictorioBerra commented 3 years ago

IE:

<my-component>
  <!-- created by v-form-base via schema -->
  <v-input/>
  <!-- created by v-form-base via schema  -->
  <v-input/>
</my-component>