mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 03:52:26 +01: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