liming 3 nedēļas atpakaļ
vecāks
revīzija
386380d484
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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()
     },
   },
 });