liming hai 3 semanas
pai
achega
386380d484
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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()
     },
   },
 });