mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
feat(style): dark mode
This commit is contained in:
5
src/stores/style.store.ts
Normal file
5
src/stores/style.store.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { defineStore } from 'pinia';
|
||||
|
||||
export const useStyleStore = defineStore('style', () => ({
|
||||
isDarkTheme: true,
|
||||
}));
|
||||
Reference in New Issue
Block a user