How to access variables in a Vue component from the JS Console?
There is a similar discussion on the Vue.js forum. Specifically, SevenLines post on Mar 25 2018 reads: Update from 2018. If you use vue-devtools, you can access Vue from console by selecting desired component, and then accessing it through $vm variable. Check the image with example: