This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user