feat: remove Loading component from app.vue
This commit is contained in:
parent
751bdcfd9a
commit
379b85db4e
1 changed files with 0 additions and 3 deletions
3
app.vue
3
app.vue
|
@ -1,14 +1,11 @@
|
|||
<template>
|
||||
<div>
|
||||
<Loading v-if="loading" />
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
const loading = useState("loading");
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue