dev #1

Merged
sauceyred merged 36 commits from dev into main 2025-05-29 03:01:50 +00:00
Showing only changes of commit 508af36704 - Show all commits

11
app.vue
View file

@ -1,7 +1,16 @@
<template>
<NuxtPage />
<div>
<Loading v-if="loading" />
<NuxtPage />
</div>
</template>
<script lang="ts" setup>
const loading = useState("loading");
</script>
<style>
html,
body {