change verion number, add dev message
Build / Build-image (push) Successful in 1m9s

This commit is contained in:
2026-08-14 19:24:58 +02:00
parent 7250a9ea68
commit dde6beeba8
4 changed files with 48 additions and 2 deletions
+3
View File
@@ -2,6 +2,7 @@
import type { NavigationMenuItem } from '@nuxt/ui'
import HowToPlay from "./components/HowToPlay.vue";
import { useColorMode } from '@vueuse/core'
import DevAlert from './components/DevAlert.vue';
const items: NavigationMenuItem[] = [{
label: 'Git',
@@ -34,6 +35,8 @@
<UColorModeSwitch />
</template>
</UHeader>
<DevAlert/>
<UMain class="main">
<router-view v-slot="{ Component,route }">
<component :is="Component" />