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
211 stars 31 forks source link

Issue with dataset of element #20

Open Anatolych97 opened 3 years ago

Anatolych97 commented 3 years ago

I faced with a bug: Error in nextTick: "TypeError: Cannot read property 'dataset' of undefined"

image

This error doesn't break the grid and it continues to work, but it's strange. What about adding an additional conditions to prevent such errors?