mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-24 13:38:48 +02:00
Resolve "lint, test and build for frontend image"
This commit is contained in:
@ -49,7 +49,7 @@ const hasContent = computed(() => {
|
||||
>
|
||||
<slot
|
||||
name="selection"
|
||||
flexSpecs="flex-1 m-0"
|
||||
flex-specs="flex-1 m-0"
|
||||
></slot>
|
||||
</div>
|
||||
<div
|
||||
@ -59,9 +59,9 @@ const hasContent = computed(() => {
|
||||
<Button
|
||||
:disabled="button.disabled"
|
||||
class="col-12 md:col-4"
|
||||
@click="button.onClick()"
|
||||
:icon="button.icon"
|
||||
:label="button.label"
|
||||
@click="button.onClick()"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user