mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 08:41:15 +10:00
@ -188,7 +188,9 @@ const searchQuery = ref("");
|
|||||||
|
|
||||||
const libraryState = await $dropFetch("/api/v1/admin/library");
|
const libraryState = await $dropFetch("/api/v1/admin/library");
|
||||||
|
|
||||||
const toImport = ref(Object.entries(libraryState.unimportedGames).length > 0);
|
console.log(Object.values(libraryState.unimportedGames));
|
||||||
|
|
||||||
|
const toImport = ref(Object.values(libraryState.unimportedGames).flat().length > 0);
|
||||||
|
|
||||||
const libraryGames = ref(
|
const libraryGames = ref(
|
||||||
libraryState.games.map((e) => {
|
libraryState.games.map((e) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user