mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
add format check, update prettier rules, apply rules consistently
This commit is contained in:
@@ -22,11 +22,7 @@ const hasActions = computed(() => !!useSlots().actions);
|
||||
<form @submit.prevent="$emit('submitted')">
|
||||
<div
|
||||
class="px-4 py-5 bg-card-background sm:p-6 shadow"
|
||||
:class="
|
||||
hasActions
|
||||
? 'sm:rounded-tl-md sm:rounded-tr-md'
|
||||
: 'sm:rounded-md'
|
||||
">
|
||||
:class="hasActions ? 'sm:rounded-tl-md sm:rounded-tr-md' : 'sm:rounded-md'">
|
||||
<div class="grid grid-cols-6 gap-6">
|
||||
<slot name="form" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user