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

Same component being showed twice: @/components/MyCmp.vue vs. ../MyCmp.vue #37

Open marcoarruda opened 1 year ago

marcoarruda commented 1 year ago

Same component is being showed twice because it is imported using absolute path in some places and relative path in others