I have a file for configuring my OpenID Connect authentication
export const authMgr = new Oidc.UserManager({ userStore: new Oidc.WebStorageStateStore(),
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