feat: Add file uploads to composer

This commit is contained in:
Jesse Wierzbinski 2024-12-01 17:20:21 +01:00
parent 294740c97f
commit 027847aa03
No known key found for this signature in database
27 changed files with 718 additions and 31 deletions

View file

@ -9,7 +9,7 @@ const props = defineProps<{ class?: HTMLAttributes["class"] }>();
<div
:class="
cn(
'flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-x-2',
'flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-x-2 gap-y-2',
props.class,
)
"