Documenting, restructure and expand API

This commit is contained in:
2024-09-13 12:07:33 +02:00
parent 39ce77ea63
commit 2847bd940f
13 changed files with 877 additions and 74 deletions

View File

@@ -1,6 +1,25 @@
<script setup lang="ts">
import axios from 'axios';
axios.get("http://127.0.0.1:3000/")
</script>
<template>
Account Page
<v-container>
<v-row>
<v-col>
<v-card>
<v-row>
<v-col>
<v-text-field :label="$t('account.username')" disabled />
</v-col>
<v-col>
<v-text-field />
</v-col>
</v-row>
</v-card>
</v-col>
</v-row>
</v-container>
</template>