This commit is contained in:
+13
-1
@@ -20,7 +20,19 @@
|
||||
<template>
|
||||
|
||||
<UApp>
|
||||
<UMain>
|
||||
<UHeader>
|
||||
<template #title>
|
||||
TLAdle
|
||||
</template>
|
||||
|
||||
|
||||
<template #right>
|
||||
<UColorModeButton />
|
||||
|
||||
|
||||
</template>
|
||||
</UHeader>
|
||||
<UMain class="main">
|
||||
<NuxtLayout>
|
||||
<router-view v-slot="{ Component,route }">
|
||||
<component :is="Component" />
|
||||
|
||||
Reference in New Issue
Block a user