use v-app

This commit is contained in:
itsrubberduck
2025-09-20 22:30:18 +02:00
parent 1d59009ba4
commit aa5bdc54ed

View File

@@ -1,4 +1,8 @@
<template>
<NuxtPage />
<CookieConsentBanner />
<v-app>
<NuxtPage/>
<CookieConsentBanner/>
</v-app>
</template>
<script setup lang="ts">
</script>