mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 16:22:39 +10:00
completed game importing; partial work on version importing
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
{{ user ?? "no user" }}
|
||||
{{ games }}
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
@ -7,5 +7,5 @@ useHead({
|
||||
title: "Home",
|
||||
});
|
||||
|
||||
const user = useUser();
|
||||
const games = await $fetch("/api/v1/games/front");
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user