Small improvements on account pages, added payment info card

This commit is contained in:
2024-11-04 12:04:15 +01:00
parent 3359400494
commit a3e8d30b6c
12 changed files with 123 additions and 91 deletions

View File

@@ -11,9 +11,6 @@ locationStore.getLocations()
<template>
<v-container>
<v-row>
</v-row>
<v-row>
<v-spacer />
@@ -26,7 +23,7 @@ locationStore.getLocations()
</v-col>
</v-row>
<v-row >
<v-row>
<v-col class="text-center" v-for="i in 4" cols="3">
<card-with-top-image :loading="true" />
</v-col>