MopTym / vue-waterfall

A waterfall layout component for Vue.js
MIT License
2.19k stars 260 forks source link

Fix reflow #14

Closed Loghorn closed 7 years ago

Loghorn commented 7 years ago

If multiple waterfall are created in a v-for loop it failed to reflow them all because the timer token is not saved on the component instance. This fixes the issue.

Loghorn commented 7 years ago

Thanks