mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-14 19:29:26 +01:00
11 lines
194 B
Vue
11 lines
194 B
Vue
<template>
|
|
<div>
|
|
<NuxtRouteAnnouncer />
|
|
<NuxtLoadingIndicator />
|
|
<div class="fixed top-4 right-4 z-50">
|
|
<UColorModeSelect />
|
|
</div>
|
|
<NuxtPage />
|
|
</div>
|
|
</template>
|