mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix language hydration
This commit is contained in:
parent
601cd12e9c
commit
c02b074b07
@ -12,7 +12,7 @@ Vue.use(Vuex);
|
|||||||
const store = new Vuex.Store({
|
const store = new Vuex.Store({
|
||||||
plugins: [
|
plugins: [
|
||||||
createPersistedState({
|
createPersistedState({
|
||||||
paths: ["userSettings", "language", "SideSettings"],
|
paths: ["userSettings", "language.lang", "siteSettings"],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
modules: {
|
modules: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user