Handy debugging function

Update: Now available on NPM and GitHub :slight_smile:

I’ve been using a function like this for a long time with Blaze. Now I figured out how to make it work for Vue. This makes it so that if you right click a Vue component, you’ll get info about it in the console! Faster than looking through the Vue Devtools component tree.

Screenshot:

3 Likes

simple but helpful :thumbsup: nice