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
2fa63ccfff
commit
669fcee81b
@ -24,7 +24,7 @@ export const createLazyIOClientPage = (componentLoader: Component) => {
|
|||||||
})
|
})
|
||||||
return () => h('div', { ref: el }, [
|
return () => h('div', { ref: el }, [
|
||||||
h(ClientOnly, undefined, [
|
h(ClientOnly, undefined, [
|
||||||
isIntersecting.value ? h(componentLoader, attrs) : null
|
isIntersecting.value ? h(componentLoader, attrs) : null,
|
||||||
]),
|
]),
|
||||||
])
|
])
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user