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