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
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<v-footer height="40" app>
<v-footer height="0" app>
</v-footer>
</template>
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<v-app-bar color="primary" prominent>
<v-app-bar color="primary" scroll-behavior="elevate" scroll-threshold="20">
<!-- <v-app-bar-nav-icon variant="text" @click.stop="drawer = !drawer"></v-app-bar-nav-icon> -->
<v-app-bar-title>ProNature Administrative Console</v-app-bar-title>
<v-menu>
@@ -14,7 +14,7 @@
</v-menu>
</v-app-bar>
<v-navigation-drawer class="bg-secondary" ocation="$vuetify.display.mobile ? 'bottom' : undefined" expand-on-hover rail>
<v-navigation-drawer class="bg-secondary" expand-on-hover rail>
<v-list>
<v-list-item prepend-avatar="/logo.webp" subtitle="Admin Console" title="ProNature"></v-list-item>
</v-list>
+3 -5
View File
@@ -1,14 +1,12 @@
<template>
<v-container class="fill-height">
<v-responsive
class="align-centerfill-height mx-auto"
>
<v-responsive class="align-centerfill-height mx-auto">
</v-responsive>
</v-container>
</template>
<script setup>
//
//
</script>