nuxt / nuxt

The Intuitive Vue Framework.
https://nuxt.com
MIT License
54.26k stars 4.96k forks source link

Vee validate auto imports no longer working #29024

Closed rocketiscool closed 1 week ago

rocketiscool commented 1 week ago

Environment

Reproduction

None

Describe the bug

The requested module '/node_modules/.pnpm/vee-validate@4.13.2_vue@3.5.6typescript@5.6.2/node_modules/vee-validate/dist/vee-validate.js?v=a5b22073' does not provide an export named 'Field'

After upgrading to Nuxt 3.12.2

modules: [
        'nuxt-csurf',
        '@vee-validate/nuxt'
    ],
    veeValidate: {
        autoImports: true,
        componentNames: {
            Form: 'VeeForm',
            Field: 'VeeField',
            FieldArray: 'VeeFieldArray',
            ErrorMessage: 'VeeErrorMessage'
        }
    },

Additional context

No response

Logs

No response

huang-julien commented 1 week ago

Hello :wave: this is probably an issue in veevalidate. Can you open the issue in vee-validate repository ?

rrubio commented 6 days ago

+1