Multiple addresses & payments of an account configurable in frontend

This commit is contained in:
2024-09-24 13:55:48 +02:00
parent abe1b496a2
commit 5b8f1fbead
16 changed files with 460 additions and 370 deletions

View File

@@ -16,16 +16,19 @@ defineProps({
:title="title"
:subtitle="subtitle"
:prepend-icon="icon"
class="card-outter"
>
<slot></slot>
<!-- Show default container only, if there is content -->
<v-container v-if="$slots.default">
<slot></slot>
</v-container>
<!-- Slot for content without padding -->
<slot name="withoutContainer"></slot>
<!-- Slot for Action Buttons in the right bottom corner -->
<v-card-actions v-if="$slots.actions" class="card-actions">
<v-spacer />
<slot name="actions"></slot>
</v-card-actions>
</v-card>
</template>
<style>
</style>

View File

@@ -23,13 +23,11 @@ function confirmPressed() {
max-width="400"
v-model="showDialog"
>
<v-container>
<v-row>
<v-col>
{{ description }}
</v-col>
</v-row>
</v-container>
<v-row>
<v-col>
{{ description }}
</v-col>
</v-row>
<template #actions>
<outlined-button