mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 17:07:22 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
b9e7354241
commit
79a805fa8c
@ -87,7 +87,7 @@ export const createLazyNetworkClientPage = (componentLoader: Component) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
return () => h('div', {}, [
|
return () => h('div', {}, [
|
||||||
isIdle.value ? h(componentLoader, attrs) : (instance.vnode.el && nuxt.isHydrating) ? createVNode(createStaticVNode(getFragmentHTML(instance.vnode.el ?? null, true)?.join('') || '', 1)) : null
|
isIdle.value ? h(componentLoader, attrs) : (instance.vnode.el && nuxt.isHydrating) ? createVNode(createStaticVNode(getFragmentHTML(instance.vnode.el ?? null, true)?.join('') || '', 1)) : null,
|
||||||
])
|
])
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user