Initial Nuxt data explorer setup
This commit is contained in:
6
nuxt4-app/app/app.vue
Normal file
6
nuxt4-app/app/app.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<div class="min-h-screen bg-slate-950 text-slate-100">
|
||||
<NuxtRouteAnnouncer />
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user