Skip to content

v4.8.6

Compare
Choose a tag to compare
@logaretm logaretm released this 17 Apr 02:14
· 317 commits to main since this release

πŸ†• Nuxt Module

Published the offical vee-validate nuxt module, to install the module:

npm i @vee-validate/nuxt

then 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.