Skip to content Skip to sidebar Skip to footer

Vee-validate Not Working With Scopes Using Nuxt.js And Vuetify

I'm having some validation problems with vee-validate and Vuetify: I have two forms with two different scopes and both are submitted in one function. the validation is working on s

Solution 1:

You need to use scope in your collect

:error-messages="errors.collect('shippingAddress.deliveryaddres')"

Post a Comment for "Vee-validate Not Working With Scopes Using Nuxt.js And Vuetify"