Skip to content
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

Collapse not showing. #9

Open
holic-cl opened this issue Jul 7, 2017 · 1 comment
Open

Collapse not showing. #9

holic-cl opened this issue Jul 7, 2017 · 1 comment

Comments

@holic-cl
Copy link

holic-cl commented Jul 7, 2017

Hi,

I installed collapse, and it is shown in vue-tools, but not appear on the website.
image

I don't know what i am doing wrong. Any suggestion?

Regards

@holic-cl
Copy link
Author

holic-cl commented Aug 3, 2017

I don't know why is happening this to me, but is something that has to be with css.

.collapse {
    display: none;
}

image

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;
}

image

This is my code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant