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
And element remain hidden even when if="posts.length > 0" became true.
I expected v-cloak to go away in all cases.
Is it by design (special use case with v-if) ? I suppose it should be or fixed, or a warning added (about potential issue of v-if + v-cloak mixtures).
The text was updated successfully, but these errors were encountered:
The following code snippet
produces such result
And element remain hidden even when
if="posts.length > 0"
becametrue
.I expected
v-cloak
to go away in all cases.Is it by design (special use case with
v-if
) ? I suppose it should be or fixed, or a warning added (about potential issue of v-if + v-cloak mixtures).The text was updated successfully, but these errors were encountered: