Add v-show.lazy modifier #598
silentmantra
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's often needed to avoid first rendering with
v-show
if the component/element is hidden initially, so I end up with some anisInitialized
extra variable and use bothv-if
andv-show
directives. I guess a modifier likev-show.lazy
would be convenient.Beta Was this translation helpful? Give feedback.
All reactions