Complete all user management with forms and DB

This commit is contained in:
ChatonDeAru
2024-09-15 01:48:41 +02:00
committed by ChatonDeAru (Romain)
parent 37b2238b84
commit 5fa1f24caf
22 changed files with 730 additions and 108 deletions

View File

@@ -0,0 +1,12 @@
<script setup lang="ts">
definePageMeta({
name: 'News',
})
</script>
<template>
<WIPNotif />
<UCard class="container mx-auto max-w-screen-md">
<h1 class="text-2xl uppercase">Les actus ça sera ici !</h1>
</UCard>
</template>