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
I'm currently rewriting some old Vue components in the new <script setup> Syntax. In one of the components vue-masonry is used and this.$redrawVueMasonry() is called. Obviously this. is no longer available with <script setup> Syntax.
Is there any way to manually redraw when using the new syntax?