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
QuerySelector in JSDOM does not find anything when the component
is defined inside a tag. In order to work around that
all tags are replaced with before the search.
QuerySelector in JSDOM does not find anything when the component is defined inside a tag. In order to work around that all tags are replaced with before the search.