⬆️ upgrade dependencies

This commit is contained in:
landaiqing
2024-09-27 01:34:25 +08:00
parent 172bf00d93
commit d6741aaa6f
13 changed files with 1043 additions and 504 deletions

View File

@@ -40,7 +40,7 @@ export const useThemeStore = defineStore(
persist: {
key: 'theme',
storage: localStorage,
paths: ["themeName", "darkMode"],
pick: ["themeName", "darkMode"],
}
}
);