vue-bulma / collapse

Collapse component for Vue Bulma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collapse not showing.

holic-cl opened this issue · comments

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

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.