unplugin-vue-components
unplugin-vue-components copied to clipboard
How to disable except for what is in resovlers property
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.