game object module
This commit is contained in:
+2
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user