Where is vuex physically stored? Where is vuex physically stored? vue.js vue.js

Where is vuex physically stored?


You can access the Vuex store from the dev console by querying any element that has Vue properties. For example:

document.getElementsByTagName('a')[0].__vue__.$store

If you are using nuxt, you can also access it from

window.$nuxt.$store