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
+2 -4
View File
@@ -1,11 +1,9 @@
<template>
<v-app>
<v-main>
<router-view :key="$route.fullPath"/>
</v-main>
<router-view :key="$route.fullPath" />
</v-app>
</template>
<script setup>
//
//
</script>