integrate the user module

This commit is contained in:
2026-02-05 13:50:43 +02:00
parent 9d22fe8413
commit 4d95a40c37
15 changed files with 220 additions and 162 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<AppHeader />
<ConsoleHeader />
<v-main>
<router-view />
</v-main>
+6 -5
View File
@@ -1,10 +1,11 @@
<template>
<v-main>
<router-view />
</v-main>
<AppFooter />
<AppHeader />
<v-main>
<router-view />
</v-main>
<AppFooter />
</template>
<script setup>
//
//
</script>