game object module

This commit is contained in:
2024-11-06 20:09:02 +02:00
parent e3a2a0251d
commit 7180cfeb7f
16 changed files with 201 additions and 70 deletions
-4
View File
@@ -1,13 +1,9 @@
<template>
<v-app>
<AppHeader />
<v-main>
<router-view />
</v-main>
<AppFooter />
</v-app>
</template>
<script setup>