We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7893fac + dc7d9a1 commit 99bfa7bCopy full SHA for 99bfa7b
src/stores/darkMode.js
@@ -18,7 +18,7 @@ export const useDarkModeStore = defineStore('darkMode', () => {
18
19
// You can persist dark mode setting
20
// if (typeof localStorage !== 'undefined') {
21
- // localStorage.setItem('darkMode', this.darkMode ? '1' : '0')
+ // localStorage.setItem('darkMode', isEnabled.value ? '1' : '0')
22
// }
23
}
24
0 commit comments