chore: remove unused vnode

This commit is contained in:
Michael Brevard 2024-06-02 23:43:29 +03:00 committed by GitHub
parent 66dd659821
commit 2a244f056f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,10 +71,6 @@ export const createLazyNetworkClientPage = (componentLoader: Component) => {
}
const nuxt = useNuxtApp()
const instance = getCurrentInstance()!
let vnode: VNode | null = null
if (nuxt.isHydrating && instance.vnode?.el) {
vnode = createStaticVNode(getFragmentHTML(instance.vnode.el ?? null, true)?.join('') || '', 1)
}
const isIdle = ref(false)
let idleHandle: number | null = null
onMounted(() => {