devtools
devtools copied to clipboard
[feature] default to the "page" component when using Nuxt
Most of my Vue work is done in the /pages folder of Nuxt.
Everytime I open devtools, it opens without any component focused. I then have to navigate to the page I am working on.
Could there be an option or a default to open the first page in the tree?
Example screenshot on which element would automatically get selected:
This would greatly improve my workflow :-).