mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-01 22:26:04 +08:00
9 lines
122 B
Vue
9 lines
122 B
Vue
<template>
|
|
<v-app>
|
|
<NuxtPage/>
|
|
<CookieConsentBanner/>
|
|
</v-app>
|
|
</template>
|
|
<script setup lang="ts">
|
|
</script>
|