devtools
                                
                                 devtools copied to clipboard
                                
                                    devtools copied to clipboard
                            
                            
                            
                        Hide components from the vue-devtools
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.