liming 3 주 전
부모
커밋
386380d484
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/stores/modules/walletStore.js

+ 1 - 0
src/stores/modules/walletStore.js

@@ -139,6 +139,7 @@ export const useWalletStore = defineStore("useWalletStore", {
           this.$state[key] = item[key];
         }
       })
+      this.$persist()
     },
   },
 });