You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After accidentally upgrading it to 0.10.11, I noticed that this.$redrawVueMasonry() will trigger the below error in browser's console;
Uncaught TypeError: _vue2.default.redrawVueMasonry is not a function
I assume this has something to do with the latest merge here #29
Meanwhile, now Vue-masonry also seems to require imageLoaded as a dependency. Some explanation would be nice here. I would recommend some kind of testing before releasing a new version cuz for vue-masonry it either works or just breaks the whole website which is rather painful. Thanks.