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
In many places, we use a ref and the .show/.hide/.toggle methods for modals. Instead, we should simply use a reactive boolean that is set when it should be shown or hidden to be more idiomatic
The text was updated successfully, but these errors were encountered:
In many places, we use a
ref
and the.show
/.hide
/.toggle
methods for modals. Instead, we should simply use a reactive boolean that is set when it should be shown or hidden to be more idiomaticThe text was updated successfully, but these errors were encountered: