Template
feat : working UI for words
This commit is contained in:
@@ -1,11 +1,20 @@
|
||||
<script lang="ts">
|
||||
import 'reflect-metadata';
|
||||
<script setup lang="ts">
|
||||
import { useUserStore } from '~/store/user.store';
|
||||
const userStore = useUserStore();
|
||||
|
||||
|
||||
const req = await userStore.whoami()
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<NuxtRouteAnnouncer />
|
||||
<NuxtWelcome />
|
||||
<NuxtLayout>
|
||||
<NuxtLoadingIndicator> Loading... </NuxtLoadingIndicator>
|
||||
<Header />
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user