mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(Card): remove log
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
:class="[padded && rounded && 'rounded-md', !padded && rounded && 'sm:rounded-md', wrapperClass, ringClass, shadowClass, backgroundClass]"
|
||||
v-bind="$attrs"
|
||||
>
|
||||
{{ $attrs }}
|
||||
<div
|
||||
v-if="$slots.header"
|
||||
:class="[headerClass, headerBackgroundClass, borderColorClass, !!$slots.default && 'border-b']"
|
||||
@@ -78,9 +77,6 @@ export default {
|
||||
type: String,
|
||||
default: 'border-gray-200 dark:border-gray-700'
|
||||
}
|
||||
},
|
||||
setup (props, { attrs }) {
|
||||
console.log('attrs', attrs)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user