nuxt-validate icon indicating copy to clipboard operation
nuxt-validate copied to clipboard

Simple Nuxt input validation module using vee-validate

Results 24 nuxt-validate issues
Sort by recently updated
recently updated
newest added

Hello, You do not have any documentation on how to contribute to this project. Could you provide any guidelines, please?

Version on NPM is seriously outdated. Please update

Added the right links to the rules of both v3 and v4

Hi, is it possible to use somehow mode: lazy with your library? Thanks

What happened? "bundleDependencies": false, "dependencies": { "vee-validate": "^2.1.2" }, Compare the vee-validate dependencie with the one of the repository. In your repository it is 3.0.8 but if you install it...

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', },

I created a file in plugins and added it to nuxt.config but I get `export 'extend' was not found in 'vee-validate'` ```js // ~/plugins/validate.js import { extend } from 'vee-validate'...

I've set up my form in a similar manner to this: https://logaretm.github.io/vee-validate/guide/forms.html#validate-before-submit However when I use the `ValidationObserver` the `invalid` and `handleSubmit` slots don't seem to work? When I submit...

Cannot get it to work. ``` WARN in ./.nuxt/vee-validate.js "export 'default' (imported as 'VeeValidate') was not found in 'vee-validate' ``` > modules: [ > // Doc: https://axios.nuxtjs.org/usage > '@nuxtjs/axios', >...

bug
help wanted

I have a nuxt project with nuxt-validate and nuxt-i18n. Nuxt-i18n is configured to use a separate .json file with a custom langDir. When I try to use nuxt-validate, the locale...