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
Hi,
I installed collapse, and it is shown in vue-tools, but not appear on the website.
I don't know what i am doing wrong. Any suggestion?
Regards
The text was updated successfully, but these errors were encountered:
I don't know why is happening this to me, but is something that has to be with css.
.collapse { display: none; }
So i put scoped styles on the component
.collapse { display: block; }
But then i got a custom style on the card-content class:
element.style { height: 0px; opacity: 0; }
This is my code.
Sorry, something went wrong.
No branches or pull requests
Hi,
I installed collapse, and it is shown in vue-tools, but not appear on the website.
I don't know what i am doing wrong. Any suggestion?
Regards
The text was updated successfully, but these errors were encountered: