-
-
Notifications
You must be signed in to change notification settings - Fork 245
suggest : v-show #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've added the
|
difference of v-if and v-show is [condtion statement on sub node is pre estimated or not]. |
That is the expected behavior of v-show, it only hides thing visually. As for v-if not working, can you show me an example? I know it had issues in an action-bar but i think that's an edge case. |
i misunderstand v-if is not working all part, cuz i use v-if only action bar. |
For the action-bar, you might solve it like I did: #76 (comment) Not the most ideal, but works |
Uh oh!
There was an error while loading. Please reload this page.
As I know, v-if is not working properly.
So I made this custom v-show with simple directive.
only problem it has is sub components' conditions are evaluated.
The text was updated successfully, but these errors were encountered: