devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Hide components from the vue-devtools

Open Chandher05 opened this issue 5 years ago • 3 comments

What problem does this feature solve?

The current issue when importing UI component libraries is that the Vue-devtools recognises all the components and shows all of them to inspect. (Including components of the UI library). It would be nice to be able to hide such components coming in from libraries to inspect. as most likely those components are not the ones we would be interested while debugging our apps.

What does the proposed API look like?

Maybe it is just a comment to enable library components or not in the setup? I am not sure where we could add this.

Chandher05 avatar Oct 02 '20 14:10 Chandher05