mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
style: 🎨 Run Biome formatter
This commit is contained in:
parent
74c3b26f20
commit
68e23a818a
244 changed files with 435 additions and 470 deletions
|
|
@ -12,6 +12,6 @@ const { error, formItemId, formDescriptionId, formMessageId } = useFormField();
|
|||
:aria-describedby="!error ? `${formDescriptionId}` : `${formDescriptionId} ${formMessageId}`"
|
||||
:aria-invalid="!!error"
|
||||
>
|
||||
<slot/>
|
||||
<slot />
|
||||
</Slot>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ const { formDescriptionId } = useFormField();
|
|||
data-slot="form-description"
|
||||
:class="cn('text-muted-foreground text-sm', props.class)"
|
||||
>
|
||||
<slot/>
|
||||
<slot />
|
||||
</p>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@ provide(FORM_ITEM_INJECTION_KEY, id);
|
|||
|
||||
<template>
|
||||
<div data-slot="form-item" :class="cn('grid gap-2', props.class)">
|
||||
<slot/>
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,6 @@ const { error, formItemId } = useFormField();
|
|||
)"
|
||||
:for="formItemId"
|
||||
>
|
||||
<slot/>
|
||||
<slot />
|
||||
</Label>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue