@@ -4,6 +4,7 @@
|
||||
import type { NavigationMenuItem } from '@nuxt/ui'
|
||||
import { computed } from 'vue'
|
||||
import { useHead } from '@unhead/vue'
|
||||
import HowToPlay from "./components/HowToPlay.vue";
|
||||
|
||||
const items: NavigationMenuItem[] = [{
|
||||
label: 'Git',
|
||||
@@ -20,13 +21,16 @@
|
||||
<template>
|
||||
|
||||
<UApp>
|
||||
<UHeader>
|
||||
<UHeader :toggle="false">
|
||||
<template #title>
|
||||
TLAdle
|
||||
</template>
|
||||
|
||||
|
||||
|
||||
<template #right>
|
||||
<UColorModeButton />
|
||||
<HowToPlay/>
|
||||
<UColorModeSwitch :size="xl"/>
|
||||
</template>
|
||||
</UHeader>
|
||||
<UMain class="main">
|
||||
|
||||
Reference in New Issue
Block a user