Remove comments
This commit is contained in:
parent
3581e1dd23
commit
cafdfe66f3
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user