I want to access state.session in instance.js from records_view.js. How is this accomplished?
state.session
instance.js
records_view.js
store/modules/instance.js
this.$store.state.instance.session
where "instance" is the module name and "session" is the Vuex state variable you're trying to access.