1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

fix language hydration

This commit is contained in:
hay-kot 2021-04-19 20:00:23 -08:00
parent 601cd12e9c
commit c02b074b07

View file

@ -12,7 +12,7 @@ Vue.use(Vuex);
const store = new Vuex.Store({
plugins: [
createPersistedState({
paths: ["userSettings", "language", "SideSettings"],
paths: ["userSettings", "language.lang", "siteSettings"],
}),
],
modules: {