liming há 3 semanas atrás
pai
commit
386380d484
1 ficheiros alterados com 1 adições e 0 exclusões
  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()
     },
   },
 });