We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
attrs
1 parent fe52c59 commit f41b684Copy full SHA for f41b684
packages/coreui-vue/src/components/card/CCardImage.ts
@@ -25,12 +25,11 @@ const CCardImage = defineComponent({
25
},
26
27
28
- setup(props, { slots, attrs }) {
+ setup(props, { slots }) {
29
return () =>
30
h(
31
props.component,
32
{
33
- ...attrs,
34
class: [props.orientation ? `card-img-${props.orientation}` : 'card-img'],
35
36
slots.default && slots.default(),
0 commit comments