mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
2e2572bd51
commit
e933e7e8c0
3 changed files with 31 additions and 37 deletions
|
|
@ -12,17 +12,11 @@ const props = withDefaults(
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<Primitive
|
||||
:as="props.as"
|
||||
:as-child="props.asChild"
|
||||
:class="
|
||||
cn(
|
||||
<Primitive :as="props.as" :as-child="props.asChild" :class="cn(
|
||||
'rounded-lg border bg-card/20 backdrop-blur-xl text-card-foreground shadow-sm',
|
||||
props.class,
|
||||
)
|
||||
"
|
||||
data-component="card"
|
||||
>
|
||||
<slot />
|
||||
</Primitive>
|
||||
)
|
||||
" data-component="card">
|
||||
<slot />
|
||||
</Primitive>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue