primefaces / primevue-nuxt-module

MIT License
70 stars 11 forks source link

Import only one component and remove typescript intelisense of others #55

Open ThomasBerneHCSE opened 5 months ago

ThomasBerneHCSE commented 5 months ago

Hi, I installed primevue for only one component in a nuxt environment. I used the include key and a prefix put typescript keeps finding the default primevue exported components like the Calendar here. It looks like they are automatically exported by the library.

image

It works fine in the page as the calendar isn't found but is there a solution to hide intellisencse for others unwanted components?

image