fixessome
This commit is contained in:
@@ -20,7 +20,6 @@ export const useUserStore = defineStore('user', () => {
|
||||
user.value = null;
|
||||
} finally {
|
||||
loadingUser.value = false; // Сбрасываем флаг `loadingUser` в `false` после завершения
|
||||
console.log('Загрузка завершена, loadingUser:', loadingUser.value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user