Confirm dialog, fix language change bug, add bank accout information to users

This commit is contained in:
2024-09-22 20:57:28 +02:00
parent 98cc551f76
commit a55248ecef
16 changed files with 222 additions and 32 deletions

View File

@@ -1,6 +1,7 @@
<script setup lang="ts">
import alertBanner from '@/components/alertBanner.vue';
import accountDataCard from './accountDataCard.vue';
import accountManagingCard from './accountManagingCard.vue';
</script>
<template>
@@ -16,5 +17,11 @@ import accountDataCard from './accountDataCard.vue';
<account-data-card />
</v-col>
</v-row>
<v-row>
<v-col>
<account-managing-card />
</v-col>
</v-row>
</v-container>
</template>