mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 18:53:17 -05:00 
			
		
		
		
	fix language hydration
This commit is contained in:
		@@ -12,7 +12,7 @@ Vue.use(Vuex);
 | 
			
		||||
const store = new Vuex.Store({
 | 
			
		||||
  plugins: [
 | 
			
		||||
    createPersistedState({
 | 
			
		||||
      paths: ["userSettings", "language", "SideSettings"],
 | 
			
		||||
      paths: ["userSettings", "language.lang", "siteSettings"],
 | 
			
		||||
    }),
 | 
			
		||||
  ],
 | 
			
		||||
  modules: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user