mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix between store problems
This commit is contained in:
parent
2df8a758fa
commit
2cc45d23f7
@ -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,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
|||||||
@ -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,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user