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

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

Open limsocheat opened this issue 4 years ago • 6 comments

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

limsocheat avatar Sep 11 '19 08:09 limsocheat

+1

ghost avatar Sep 22 '19 21:09 ghost

+1

hubertokf avatar Sep 28 '19 18:09 hubertokf

+1

ljanecek avatar Jan 16 '20 14:01 ljanecek

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.

gab0gomes avatar Mar 28 '20 14:03 gab0gomes

@Gabrielr2508 thanks, worked for me!

miljko1984 avatar Apr 09 '20 15:04 miljko1984

Thanks @Gabrielr2508

chapdel avatar Jan 23 '21 06:01 chapdel