login
This commit is contained in:
10
app.vue
10
app.vue
@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<div
|
||||
class="main bg-bg-light text-text-light dark:text-text-dark dark:bg-bg-dark"
|
||||
>
|
||||
<div class="main bg-bg-light text-text-light dark:text-text-dark dark:bg-bg-dark">
|
||||
<UApp>
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
@ -9,4 +7,8 @@
|
||||
</UApp>
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts"></script>
|
||||
<script setup lang="ts">
|
||||
const userStore = useUserStore()
|
||||
|
||||
// await userStore.checkIsLogged()
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user