maoberlehner / vue-lazy-hydration

Lazy Hydration of Server-Side Rendered Vue.js Components
MIT License
1.18k stars 52 forks source link

plugin is not working on build #119

Open pawelmiklas opened 2 years ago

pawelmiklas commented 2 years ago

I use nuxt 2.15.8 with vue-lazy-hydration. Plugin works properly on dev environment but when I build it and run locally static content is rendered but it's not reactive. I tried to use imports and components - the same behavior. Any ideas what's wrong?

universomarin commented 2 years ago

@snaqu were you able to fix it?