vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

disabling vue dev tools on some components #1996

Open jpengelbrecht opened 1 year ago

jpengelbrecht commented 1 year ago

What problem does this feature solve?

we currently have the problem where nuxt3 and ag grid doesnt play well in the case where you have a custom cell that has another component inside it. it breaks the dev tools for the entire page. Ideally it would be a great stop gap if we can disable the debugger from reading specific components to stop this from happening

mikimoresi commented 1 year ago

I would love that feature to, I have some components that are very heavy with dev tools opened, I would love to disable devtool to consider them once development on that components is finished