add latest

This commit is contained in:
2022-09-27 04:10:44 +01:00
parent 971ee38f76
commit efc4af9fa7
3 changed files with 103 additions and 91 deletions

View File

@@ -11,13 +11,17 @@
calculateColBreak()
]"
>
<q-card-section>
<div class="text-subtitle1 text-uppercase text-center title-font q-pa-md">
{{ title }}
</div>
</q-card-section>
<div v-if="!colBreak">
<q-card-section>
<div
class="text-subtitle1 text-uppercase text-center title-font q-pa-md"
>
{{ title }}
</div>
</q-card-section>
<q-separator inset class="q-mb-sm" />
<q-separator inset class="q-mb-sm" />
</div>
<slot></slot>
</q-card>