Skip to content

Commit 573f603

Browse files
committed
enabled nuxt layput
1 parent 451d141 commit 573f603

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<template>
2-
<div>
3-
<NuxtRouteAnnouncer />
2+
<NuxtLayout>
43
<NuxtPage />
5-
</div>
4+
</NuxtLayout>
65
</template>

0 commit comments

Comments
 (0)