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?
The text was updated successfully, but these errors were encountered:
Thanks for the response. Would this work with vue2.7? We are currently still on 2.7, rewriting everything with <script setup> to make migrating to Vue3 easier.
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. Obviouslythis.
is no longer available with <script setup> Syntax.Is there any way to manually redraw when using the new syntax?
The text was updated successfully, but these errors were encountered: