primefaces / primevue-nuxt-module

MIT License
73 stars 11 forks source link

Error on vercel deployment #12

Closed joseehilton147 closed 10 months ago

joseehilton147 commented 10 months ago

image

After migrate to nuxt module i got this error, doing the old way (before update), using plugin folder, works correctly

mertsincan commented 10 months ago

Hi @joseehilton147, could you please try the following config;

// nuxt.config.js
...
primevue: {
    ...
    components: {
        exclude: ['Editor', 'Chart']
    }
}
...
joseehilton147 commented 10 months ago

Hi @mertsincan , sorry for late response, with exclude works correctly, ty

mertsincan commented 10 months ago

Glad to hear, thanks a lot for the update!