maoberlehner / vue-lazy-hydration

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

WIP: fix layout shifting #72

Closed janKollars closed 3 years ago

janKollars commented 3 years ago

return vnode copy of SSR content while loading fixes #66

janKollars commented 3 years ago

I close it because it was fixed in 827e53e61ad37cd80d2a5a2c0c1150d9b9969694 (this solution was also nicer than mine :wink: )