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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
put static content in a md-tab that is inside an element where v-show=false on page load then set v-show to true
at least chrome vue-material-1.0.0-beta-10.2
height of md-tabs-content should be large enough to show content
height of md-tabs-content is 0 and therefore content isn't shown
https://codesandbox.io/s/rl3j52n9pp (toggle switch to show content)
The text was updated successfully, but these errors were encountered:
I recommeded you to use v-if with that all works fine. Looks like v-show is messing up heights calculation.
v-if
Sorry, something went wrong.
yeah, I had already changed it to v-if in my own codebase. :-)
No branches or pull requests
Steps to reproduce
put static content in a md-tab that is inside an element where v-show=false on page load
then set v-show to true
Which browser?
at least chrome
vue-material-1.0.0-beta-10.2
What is expected?
height of md-tabs-content should be large enough to show content
What is actually happening?
height of md-tabs-content is 0 and therefore content isn't shown
Reproduction Link
https://codesandbox.io/s/rl3j52n9pp (toggle switch to show content)
The text was updated successfully, but these errors were encountered: