dev #1
1 changed files with 10 additions and 1 deletions
9
app.vue
9
app.vue
|
@ -1,7 +1,16 @@
|
||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
|
<Loading v-if="loading" />
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts" setup>
|
||||||
|
|
||||||
|
const loading = useState("loading");
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue