14 lines
214 B
Vue
14 lines
214 B
Vue
<template>
|
|
<div class="min-h-screen w-full overflow-y-auto bg-gray-900">
|
|
<NuxtLayout />
|
|
|
|
<UNotifications />
|
|
</div>
|
|
</template>
|
|
|
|
<style>
|
|
.router-link-active {
|
|
background: rgba(0, 0, 0, 10%)
|
|
}
|
|
</style>
|