martinascharrer / vuensight

Visualize Vue.js component relationships and communication channels, i.e. props, events and slots. This developer tool operates on the command line and aims to give in-depth insight into a Vue.js project to support refactoring.
MIT License
204 stars 8 forks source link

Fix instance search when inside a <template> tag #11

Closed martinascharrer closed 2 years ago

martinascharrer commented 2 years ago

QuerySelector in JSDOM does not find anything when the component is defined inside a