lewyuburi / nuxt-validate

Simple Nuxt input validation module using vee-validate
https://www.npmjs.com/package/nuxt-validate
MIT License
122 stars 19 forks source link

Unknown custom element: <ValidationProvider> #35

Open lucassimines opened 3 years ago

lucassimines commented 3 years ago

Does installing nuxt-validate requires to import ValidationProvider components or am I doing something wrong?

Here is my nuxt.config.js

modules: [ 'nuxt-validate'], nuxtValidate: { lang: 'en', },

shino47 commented 2 years ago

@fmcdigital do you solved this? If I have to import manually ValidationProvider in my pages, what's the point of using this module and not vee-validate directly?