[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-04-09 18:51:50 +00:00 committed by GitHub
parent 2fa63ccfff
commit 669fcee81b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,
]),
])
},