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