fuxingloh / vue-masonry-wall

A pure vue responsive masonry layout without direct dom manipulation and ssr support.
https://nuxt-app.fuxing.dev/vue-masonry-wall
MIT License
217 stars 31 forks source link

fix: issue of the ssr #29

Closed mohammad-saadati closed 3 years ago

mohammad-saadati commented 3 years ago

when ssr.columns value is equal with _columnSize() return value redraw method does not get called for the first time and opacity of the masonry-wall will be zero so nothing would be visible on the page for the first time.