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> <template>
<NuxtPage /> <v-app>
<CookieConsentBanner /> <NuxtPage/>
<CookieConsentBanner/>
</v-app>
</template> </template>
<script setup lang="ts">
</script>