Login form

This commit is contained in:
2024-09-05 18:12:08 +02:00
parent 4d1eec023d
commit 22cc811ae5
9 changed files with 92 additions and 20 deletions

View File

@@ -48,7 +48,13 @@ requestAllCategories()
<v-main>
<!-- Here changes the router the content -->
<router-view></router-view>
<v-container>
<v-row>
<v-col>
<router-view></router-view>
</v-col>
</v-row>
</v-container>
</v-main>
</v-app>
</template>