We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac74f5b commit 8b8af76Copy full SHA for 8b8af76
packages/vuetify/src/components/VImg/VImg.ts
@@ -244,7 +244,7 @@ export default mixins(
244
let content: VNode = VResponsive.methods.genContent.call(this)
245
246
if (this.naturalWidth) {
247
- content = h(content.type, mergeProps(content.data!, {
+ content = h(content.type, mergeProps(content.props, {
248
style: { width: `${this.naturalWidth}px` },
249
}), content.children)
250
}
0 commit comments