Resolve "lint, test and build for frontend image"

This commit is contained in:
ekresse
2024-01-12 13:58:52 +00:00
parent 718d190a04
commit d4d0c5199c
16 changed files with 1970 additions and 150 deletions

View File

@ -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