We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0
https://jsfiddle.net/9es7j4q1/2/
v-show
v-if
Visually hide child element with v-show even if parent has a custom directive
The child element still appears
The text was updated successfully, but these errors were encountered:
@LinusBorg have tested on latest version https://github.com/vuejs/vue-next/tree/fbd198fbfe2f87c3c15a63d9770d00bf3fc9c142 , child element is hidden correctly
Sorry, something went wrong.
Duplicate of #2298?
yeah, fixed by 4d1ebb5
No branches or pull requests
Version
3.0.0
Reproduction link
https://jsfiddle.net/9es7j4q1/2/
Steps to reproduce
v-show
directive in the child's root DOMv-show
is false the child is still shownv-show
tov-if
and the child will not be shown)What is expected?
Visually hide child element with
v-show
even if parent has a custom directiveWhat is actually happening?
The child element still appears
The text was updated successfully, but these errors were encountered: