<v-form ref="formbase" v-model="formValid" lazy-validation @submit.prevent>
<v-form-base :model="myModel" :schema="mySchema" @input="handleInput"/>
</v-form>
validate () {
this.$refs.formbase.validate()
},
resetValidation () {
this.$refs.formbase.resetValidation()
},