8 lines
139 B
Vue
8 lines
139 B
Vue
<template>
|
|
<div class="min-h-screen w-full overflow-y-auto bg-gray-900">
|
|
<NuxtLayout />
|
|
|
|
<UNotifications />
|
|
</div>
|
|
</template>
|