mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +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', {}, [
|
||||
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