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
Hi,
v-if and v-show evaluate condition by casting to Boolean whereas v-visible check if and only if true. IMO, This behaviour is misleading since you can't swap v-if/v-show with v-visible out of the box
The text was updated successfully, but these errors were encountered:
Hey, thank you for opening an issue! I think you're right and I should validate this better. I'll have a look when i get a chance and update the package as needed. Thank you for your feedback.
Hi,
v-if and v-show evaluate condition by casting to Boolean whereas v-visible check if and only if
true
. IMO, This behaviour is misleading since you can't swap v-if/v-show with v-visible out of the boxThe text was updated successfully, but these errors were encountered: