Open
Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
<template>
<div>
<div>This is visible</div>
<component :is="'div'" v-html="'<strong>THIS IS NOT!</strong>'" />
</div>
</template>
What is expected?
The <component>
should render in both SSR + client-only
What is actually happening?
THIS IS NOT
is not rendered in SSR.
System Info
No response
Any additional comments?
reported in nuxt/nuxt#30202