7 lines
112 B

export default {
skip_if_ssr: true,
html: `
<div><div>Value in child component: undefined</div></div>
`
};