dperrymorrow / electron-vue-debugger

component for debugging components vuex and more within an electron app
MIT License
6 stars 3 forks source link

Add target component feature #3

Closed petridw closed 7 years ago

petridw commented 7 years ago

Addresses #2

Adds button that allows user to find a Vue component in debugger by hovering over components in the DOM. The debugger recurses through component tree to find the nearest parent component of the hovered element and expands that component into view, opening the debugger if it was closed.

Also adds a couple other small things:

dperrymorrow commented 7 years ago

merged and published thanks!!