6 lines
114 B
Vue

<template>
<div class="h-screen bg-gray-900 font-sans text-gray-100">
<nuxt />
</div>
</template>