vue-lazy-hydration
vue-lazy-hydration copied to clipboard
A weird behavior on production build.
trafficstars
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.

But in the production build, it doesn't load nothing when I scroll to the footer.
Is that a correct behavior?
any workarounds for this issue?
I can't reproduce it.
I had the same problem.
I replaced <a v-if="condition"/> to <a v-show="condition" /> in hydrated component and it helped.