accessing vuex store in js file April 28, 2023 by Tarik The following worked for me: import store from '../store' store.getters.config // => 'config'