Remove comments

This commit is contained in:
Joep 2023-09-10 17:16:23 +02:00
parent 3581e1dd23
commit cafdfe66f3

View File

@ -107,12 +107,6 @@ watch(user, () => {
user.value.lockPassword = false;
});
// ...mapState(useAuthStore, { sUser: "user" }),
// ...mapState(useLayoutStore, ["show"]),
// ...mapWritableState(useLayoutStore, ["loading"]),
// ...mapActions(useAuthStore, ["setUser"]),
// ...mapActions(useLayoutStore, ["closeHovers", "showHover"]),
const fetchData = async () => {
layoutStore.loading = true;