🎨 use alova / add nprogress

This commit is contained in:
landaiqing
2024-08-08 23:45:51 +08:00
parent 562071cdc5
commit c13613ec07
18 changed files with 533 additions and 252 deletions

View File

@@ -43,7 +43,7 @@ export const useThemeStore = defineStore(
{
persist: {
key: 'theme',
paths: ['themeName','darkMode',"darkModeComp","themeConfig"],
paths: ['themeName','darkMode'],
storage: handleLocalforage,
serializer: {
deserialize: parse,