Files
artmcp/app/app.vue
2025-12-18 22:04:20 +00:00

11 lines
194 B
Vue

<template>
<div>
<NuxtRouteAnnouncer />
<NuxtLoadingIndicator />
<div class="fixed top-4 right-4 z-50">
<UColorModeSelect />
</div>
<NuxtPage />
</div>
</template>