v4.8.6
π Nuxt Module
Published the offical vee-validate nuxt module, to install the module:
npm i @vee-validate/nuxtthen you can add it to nuxt.config.ts:
export default defineNuxtConfig({
// ...
modules: [
//...
'@vee-validate/nuxt',
],
});check the documentation for more information and how to configure it.