fix between store problems

This commit is contained in:
Ulf Gebhardt 2023-05-05 12:44:42 +02:00
parent 2df8a758fa
commit 2cc45d23f7
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export const actions = {
const store = new Vuex.Store({ const store = new Vuex.Store({
plugins: [ plugins: [
createPersistedState({ createPersistedState({
key: 'gradido-admin',
storage: window.localStorage, storage: window.localStorage,
}), }),
], ],

View File

@ -91,6 +91,7 @@ try {
store = new Vuex.Store({ store = new Vuex.Store({
plugins: [ plugins: [
createPersistedState({ createPersistedState({
key: 'gradido-frontend',
storage: window.localStorage, storage: window.localStorage,
}), }),
], ],