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

@@ -1,5 +1,4 @@
<script setup lang="ts">
defineProps({
title: String,
subtitle: String,

View File

@@ -0,0 +1,11 @@
<script setup lang="ts">
</script>
<template>
<v-progress-circular
size="128"
width="12"
color="primary"
indeterminate
/>
</template>