You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div v-if="position === 0" >
some content that renders above the fold that should not be lazy loaded
</div>
<NuxtLazyHydrate
v-else
:when-visible="{ rootMargin: '50px', threshold: 0.1 }"
@hydrated="componentHydrated"
>
<my-component />
</NuxtLazyHydrate>
When I click on an anchor link the page freezes and becomes unresponsive. Any idea why it would freeze the page when anchor linking?
The text was updated successfully, but these errors were encountered:
I am using this plugin in the following way
When I click on an anchor link the page freezes and becomes unresponsive. Any idea why it would freeze the page when anchor linking?
The text was updated successfully, but these errors were encountered: