Skip to content
Snippets Groups Projects
Verified Commit d8143bb1 authored by magicfelix's avatar magicfelix Committed by Jonathan Weth
Browse files

Remove not working theme cache

(cherry picked from commit fc68d6fe)
parent cabcfc98
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,6 @@ const vuetifyOpts = {
theme: {
options: {
customProperties: true,
themeCache: {
get: (key) => localStorage.getItem(key),
set: (key, value) => localStorage.setItem(key, value),
},
},
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment