Vincenzo Martusciello
Vincenzo Martusciello
I have the same behaviour @Erdu-EC From v4 the entries in .nuxt/components.d.ts aren't generated, but on production it works.
I'm manually editing the module on my project This fix the issue [#6187](https://github.com/primefaces/primevue/issues/6187)
I'm talking about ` !moduleOptions.autoImport && addComponent(opt);` If you change with `moduleOptions.autoImport && addComponent(opt);` the auto import seems to work good It only auto imports the components inside include directive...
You're right, sorry EDIT: But adding dts: true does not work for me I think i'm doing something wrong
@mertsincan unfortunately the problem persists in 4.1.1 setting `autoImport: true` does not generate anything in `components.d.ts`
that's true is there a way to customize this behavior?