Multiple addresses & payments of an account configurable in frontend
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user