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
+8 -2
View File
@@ -4,6 +4,12 @@
</v-app>
</template>
<script setup>
//
<script>
export default {
async created() {
this.loadUser();
},
methods: {
}
}
</script>