mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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 }, [
|
||||
h(ClientOnly, undefined, [
|
||||
isIntersecting.value ? h(componentLoader, attrs) : null
|
||||
isIntersecting.value ? h(componentLoader, attrs) : null,
|
||||
]),
|
||||
])
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user