access store outside of component vuejs access store outside of component vuejs vue.js vue.js

access store outside of component vuejs


Try to import 'store' with curly brackets

import {store} from '../store/index'store.getters.appSettings

Another option is to access from the vue property

import Vue from 'vue'Vue.store.getters.appSettings