Adding markers to keep track of registration state

This commit is contained in:
Matthew Aaron Raymer
2022-12-19 14:19:33 +08:00
parent 05e969fbc4
commit b4557c3596
3 changed files with 67 additions and 58 deletions

View File

@@ -20,5 +20,8 @@ export const useAppStore = defineStore({
reset() {
localStorage.removeItem("condition");
},
setCondition(newCondition: string) {
localStorage.setItem("condition", newCondition);
},
},
});