Thanks to visit codestin.com Credit goes to github.com
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.
ssr: false
1 parent 8010b04 commit f080c42Copy full SHA for f080c42
packages/nuxt/src/app/components/nuxt-island.ts
@@ -119,6 +119,7 @@ export default defineComponent({
119
if (import.meta.client && nuxtApp.isHydrating) {
120
ssrHTML.value = getFragmentHTML(instance.vnode?.el ?? null, true)?.join('') || ''
121
const key = `${props.name}_${hashId.value}`
122
+ nuxtApp.payload.data[key] ||= {}
123
nuxtApp.payload.data[key].html = ssrHTML.value
124
}
125
0 commit comments