fixessome

This commit is contained in:
Vladimir Voronin
2024-11-08 09:59:46 +03:00
parent b7cccecaec
commit c33af74342
21 changed files with 453 additions and 343 deletions

View File

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