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
The transition element of vue only works with display:none but not visibility:hidden.
Is there any way to make it work with visibility?
I want to get the clientWidth of the element before it shows up, with display:none I can't get that value.