vue-lazy-hydration icon indicating copy to clipboard operation
vue-lazy-hydration copied to clipboard

A weird behavior on production build.

Open TheDeveloperTom opened this issue 4 years ago • 3 comments

Hi!

Stack: nuxt.js + vue-lazy-hydration Description: There is an interesting thing. On development mode this works well and load the component bundle when it's almost visible. image

But in the production build, it doesn't load nothing when I scroll to the footer.

Is that a correct behavior?

TheDeveloperTom avatar Jan 25 '21 15:01 TheDeveloperTom

any workarounds for this issue?

surajrao avatar Jun 17 '21 12:06 surajrao

I can't reproduce it.

maoberlehner avatar Jul 04 '21 10:07 maoberlehner

I had the same problem.

I replaced <a v-if="condition"/> to <a v-show="condition" /> in hydrated component and it helped.

LiNCH35 avatar Oct 29 '21 11:10 LiNCH35