gameobject module dev

This commit is contained in:
2024-11-04 20:26:27 +02:00
parent 53350ef548
commit 2978f11869
20 changed files with 1391 additions and 114 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<v-app>
<v-main>
<router-view />
<router-view :key="$route.fullPath"/>
</v-main>
</v-app>
</template>