mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 20:45:23 +02:00
fix language hydration
This commit is contained in:
parent
601cd12e9c
commit
c02b074b07
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue