vue-bulma / collapse

Collapse component for Vue Bulma
MIT License
23 stars 13 forks source link

Collapse not showing. #9

Open holic-cl opened 7 years ago

holic-cl commented 7 years ago

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 commented 6 years ago

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.