unplugin-vue-components icon indicating copy to clipboard operation
unplugin-vue-components copied to clipboard

How to disable except for what is in resovlers property

Open johnwc opened this issue 10 months ago • 0 comments

We are having issue with this with other components that contain the same name. We only need this for PrimeVue, so how can we disable it automatically trying to resolver everything, and only try to resolve the resolvers that are defined?

Example, we have a custom component named Toolbar.vue already. This plugin is causing the Toolbar on the page that has it explicitly declared in the components section, being applied as the primevue/toolbar instead of our component.

johnwc avatar Apr 21 '25 19:04 johnwc