Polarcraft/webv2/app.vue
Xeovalyte fbcd0d1bb9
Some checks failed
Build and Deploy / Deploy Web (push) Failing after 1s
Build and Deploy / Deploy Discord Bot (push) Failing after 1s
feat: Added team page
2023-06-24 13:27:33 +02:00

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>