Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
render() {
return h(
'div',
mergeProps(
{
class: 'child'
},
this.$attrs
),
this.foo
)
}
})
return () =>
h(
'div',
mergeProps(
{
class: 'c2',
style: { fontWeight: 'bold' }
},
props
),
props.foo
)
}