Mikhail Kuznetcov
Mikhail Kuznetcov
great, I'll try to apply that
I've been testing it now and can't confirm the issue
great solution @VaculikR , actually I did like so: ``` // in template
I will submit PR, just I bit later, wanted to make sure ppl used it and it works ok for them
You are right events from original library are not available at the moment this could be a nice addition to a next major version indeed
that looks like a major issue! thanks for bringing it in @tombalev do you maybe have a simplified repo/app that one could clone to reproduce this issue ?
there are 2 files generated https://github.com/shershen08/vue-masonry/tree/master/dist especially for easy of use in all contexts. is there a way to use the UMD one ?
yes, I know about this option to pass props @wonyeouuu thank's for bringing it in I was thinking of creating a new major release version say `1.0.0` that would include...
It is really hard to say what's happening without seeing the code on the page ( do you think it would be possible to have a demo page reproducing the...
for v3 + script setup you should be able to use ``` import {inject} from 'vue'; const redrawVueMasonry = inject('redrawVueMasonry'); // call redrawVueMasonry() https://github.com/shershen08/vue-masonry/blob/master/src/masonry.plugin.js#L138