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

WARN in ./.nuxt/vee-validate.js "export 'default' (imported as 'VeeValidate') was not found in 'vee-validate' #21

Open limsocheat opened 5 years ago

limsocheat commented 5 years ago

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', "@nuxtjs/dotenv", '@nuxtjs/proxy', '@nuxtjs/auth', 'nuxt-i18n', 'nuxt-validate' ],

ghost commented 5 years ago

+1

hubertokf commented 5 years ago

+1

ljanecek commented 4 years ago

+1

gab0gomes commented 4 years ago

This happened with me when I installed vee-validate before nuxt-validate. I removed vee-validate with npm uninstall vee-validate and installed nuxt-validate again.

miljko1984 commented 4 years ago

@Gabrielr2508 thanks, worked for me!

chapdel commented 3 years ago

Thanks @Gabrielr2508